#722A13

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

Shades of Pueblo #722A13

Tints of Pueblo #722A13

Color information

#722A13 (or 0x722A13) is unknown color: approx Pueblo. HEX triplet: 72, 2A and 13. RGB value is (114,42,19). Sum of RGB (Red+Green+Blue) = 114+42+19=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A13 is #8DD5EC. Grayscale: #3D3D3D. Windows color (decimal): -9295341 or 1256050. OLE color: 1256050.

HSL color Cylindrical-coordinate representation of color #722A13: hue angle of 14.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #722A13 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1144219-
CMYK00.630.830.55
HSL14.53º71.43%26.08%-
HSV(B)14.53º83.33%44.71%-
XYZ7.885.281.22-
YUV60.91104.35165.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=65.14%
G=24%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114421900.630.830.5514.5371.4326.08
Hex722A1303F5337f471a
Octal1625223077123671710732
Binary111001010101010011011111110100111101111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722A13; }

 p { color: rgb(114,42,19); }

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

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

 a { background-color: rgb(114,42,19); }

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

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

 span { border-color: rgb(114,42,19); }

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