#722618

Color #722618 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #722618

Tints of Pueblo #722618

Color information

#722618 (or 0x722618) is unknown color: approx Pueblo. HEX triplet: 72, 26 and 18. RGB value is (114,38,24). Sum of RGB (Red+Green+Blue) = 114+38+24=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #722618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722618 is #8DD9E7. Grayscale: #3B3B3B. Windows color (decimal): -9296360 or 1582706. OLE color: 1582706.

HSL color Cylindrical-coordinate representation of color #722618: hue angle of 9.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722618 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1143824-
CMYK00.670.790.55
HSL9.33º65.22%27.06%-
HSV(B)9.33º78.95%44.71%-
XYZ7.85.031.42-
YUV59.13108.18167.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=64.77%
G=21.59%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114382400.670.790.559.3365.2227.06
Hex7226180434F379411b
Octal16246300103117671110133
Binary1110010100110110000100001110011111101111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722618; }

 p { color: rgb(114,38,24); }

 H1.HeaderClassName
 {
   color: #722618;
 }
 .AnyTagClassName
 {
   color: #722618;
 }
</style>
background-color css

<style>
 a { background-color: #722618; }

 a { background-color: rgb(114,38,24); }

 div.DivClassName
 {
   background-color: #722618;
 }
 .BgClassName
 {
   background-color: #722618;
 }
</style>
border-color css

<style>
 span { border-color: #722618; }

 span { border-color: rgb(114,38,24); }

 td.TdClassName
 {
   border-color: #722618;
 }
 .TagClassName
 {
   border-color: #722618;
 }
</style>