#722710

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

Shades of Pueblo #722710

Tints of Pueblo #722710

Color information

#722710 (or 0x722710) is unknown color: approx Pueblo. HEX triplet: 72, 27 and 10. RGB value is (114,39,16). Sum of RGB (Red+Green+Blue) = 114+39+16=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722710 is #8DD8EF. Grayscale: #3A3A3A. Windows color (decimal): -9296112 or 1058674. OLE color: 1058674.

HSL color Cylindrical-coordinate representation of color #722710: hue angle of 14.08º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #722710 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1143916-
CMYK00.660.860.55
HSL14.08º75.38%25.49%-
HSV(B)14.08º85.96%44.71%-
XYZ7.765.071.06-
YUV58.8103.85167.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=67.46%
G=23.08%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114391600.660.860.5514.0875.3825.49
Hex7227100425637e4b19
Octal16247200102126671611331
Binary1110010100111100000100001010101101101111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722710; }

 p { color: rgb(114,39,16); }

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

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

 a { background-color: rgb(114,39,16); }

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

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

 span { border-color: rgb(114,39,16); }

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