#72301F

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

Shades of Pueblo #72301F

Tints of Pueblo #72301F

Color information

#72301F (or 0x72301F) is unknown color: approx Pueblo. HEX triplet: 72, 30 and 1F. RGB value is (114,48,31). Sum of RGB (Red+Green+Blue) = 114+48+31=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72301F is #8DCFE0. Grayscale: #414141. Windows color (decimal): -9293793 or 2044018. OLE color: 2044018.

HSL color Cylindrical-coordinate representation of color #72301F: hue angle of 12.29º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72301F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1144831-
CMYK00.580.730.55
HSL12.29º57.24%28.43%-
HSV(B)12.29º72.81%44.71%-
XYZ8.245.791.98-
YUV65.8108.37162.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=59.07%
G=24.87%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114483100.580.730.5512.2957.2428.43
Hex72301F03A4937c391c
Octal162603707211167147134
Binary11100101100001111101110101001001110111110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72301F; }

 p { color: rgb(114,48,31); }

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

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

 a { background-color: rgb(114,48,31); }

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

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

 span { border-color: rgb(114,48,31); }

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