Html Css Color HEX #72342F Kenyan Copper

📋 copy color: '#72342F'

red 114 ◦ green 52 ◦ blue 47

#72342F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kenyan Copper #72342F

Tints of Kenyan Copper #72342F

RGB

 RED value IS 114 (44.92% from 255) = 53.52%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72342F (or 0x72342F) is known color: 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

RGB 114 52 47 -
CMYK 0 0.54 0.59 0.55
HSL 4.48º 0.42% 0.32% -
HSV(B) 4.48º 0.59% 0.45% -
XYZ 8.68 6.24 3.44 -
YUV 69.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 114 52 47 0 0.54 0.59 0.55 4.48 0.42 0.32
Hex 72 34 2F 0 36 3B 37 4 2A 20
Octal 162 64 57 0 66 73 67 4 52 40
Binary 1110010 110100 101111 0 110110 111011 110111 100 101010 100000

Color Harmonies of #72342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72342F

Black with #72342F

Text Example


Text Example

White with #72342F

Text Example


Text Example

HTML Codes & Css Web 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>