#72280E

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

Shades of Pueblo #72280E

Tints of Pueblo #72280E

Color information

#72280E (or 0x72280E) is unknown color: approx Pueblo. HEX triplet: 72, 28 and 0E. RGB value is (114,40,14). Sum of RGB (Red+Green+Blue) = 114+40+14=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72280E is #8DD7F1. Grayscale: #3B3B3B. Windows color (decimal): -9295858 or 927858. OLE color: 927858.

HSL color Cylindrical-coordinate representation of color #72280E: hue angle of 15.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72280E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1144014-
CMYK00.650.880.55
HSL15.6º78.12%25.1%-
HSV(B)15.6º87.72%44.71%-
XYZ7.785.131-
YUV59.16102.52167.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=67.86%
G=23.81%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114401400.650.880.5515.678.1225.1
Hex7228E0415837104e19
Octal16250160101130672011631
Binary1110010101000111001000001101100011011110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72280E; }

 p { color: rgb(114,40,14); }

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

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

 a { background-color: rgb(114,40,14); }

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

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

 span { border-color: rgb(114,40,14); }

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