#72301C

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

Shades of Pueblo #72301C

Tints of Pueblo #72301C

Color information

#72301C (or 0x72301C) is unknown color: approx Pueblo. HEX triplet: 72, 30 and 1C. RGB value is (114,48,28). Sum of RGB (Red+Green+Blue) = 114+48+28=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72301C is #8DCFE3. Grayscale: #414141. Windows color (decimal): -9293796 or 1847410. OLE color: 1847410.

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

Color convert

RGB1144828-
CMYK00.580.750.55
HSL13.95º60.56%27.84%-
HSV(B)13.95º75.44%44.71%-
XYZ8.215.781.78-
YUV65.45106.87162.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=60%
G=25.26%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114482800.580.750.5513.9560.5627.84
Hex72301C03A4B37e3d1c
Octal162603407211367167534
Binary11100101100001110001110101001011110111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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