#72341E

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

Shades of Pueblo #72341E

Tints of Pueblo #72341E

Color information

#72341E (or 0x72341E) is unknown color: approx Pueblo. HEX triplet: 72, 34 and 1E. RGB value is (114,52,30). Sum of RGB (Red+Green+Blue) = 114+52+30=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72341E is #8DCBE1. Grayscale: #444444. Windows color (decimal): -9292770 or 1979506. OLE color: 1979506.

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

Color convert

RGB1145230-
CMYK00.540.740.55
HSL15.71º58.33%28.24%-
HSV(B)15.71º73.68%44.71%-
XYZ8.46.131.97-
YUV68.03106.54160.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=58.16%
G=26.53%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114523000.540.740.5515.7158.3328.24
Hex72341E0364A37103a1c
Octal162643606611267207234
Binary111001011010011110011011010010101101111000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,52,30); }

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

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

 a { background-color: rgb(114,52,30); }

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

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

 span { border-color: rgb(114,52,30); }

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