#72311A

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

Shades of Pueblo #72311A

Tints of Pueblo #72311A

Color information

#72311A (or 0x72311A) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 1A. RGB value is (114,49,26). Sum of RGB (Red+Green+Blue) = 114+49+26=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72311A is #8DCEE5. Grayscale: #414141. Windows color (decimal): -9293542 or 1716594. OLE color: 1716594.

HSL color Cylindrical-coordinate representation of color #72311A: hue angle of 15.68º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72311A is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1144926-
CMYK00.570.770.55
HSL15.68º62.86%27.45%-
HSV(B)15.68º77.19%44.71%-
XYZ8.225.851.67-
YUV65.81105.53162.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=60.32%
G=25.93%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114492600.570.770.5515.6862.8627.45
Hex72311A0394D37103f1b
Octal162613207111567207733
Binary111001011000111010011100110011011101111000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72311A; }

 p { color: rgb(114,49,26); }

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

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

 a { background-color: rgb(114,49,26); }

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

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

 span { border-color: rgb(114,49,26); }

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