#72342F

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

Shades of Kenyan Copper #72342F

Tints of Kenyan Copper #72342F

Color information

#72342F (or 0x72342F) is unknown color: approx Kenyan Copper. HEX triplet: 72, 34 and 2F. RGB value is (114,52,47). Sum of RGB (Red+Green+Blue) = 114+52+47=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72342F is #8DCBD0. Grayscale: #464646. Windows color (decimal): -9292753 or 3093618. OLE color: 3093618.

HSL color Cylindrical-coordinate representation of color #72342F: hue angle of 4.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72342F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1145247-
CMYK00.540.590.55
HSL4.48º41.61%31.57%-
HSV(B)4.48º58.77%44.71%-
XYZ8.686.243.44-
YUV69.97115.04159.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=53.52%
G=24.41%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114524700.540.590.554.4841.6131.57
Hex72342F0363B3742a20
Octal1626457066736745240
Binary11100101101001011110110110111011110111100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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