Html Css Color HEX #71342F Kenyan Copper

📋 copy color: '#71342F'

red 113 ◦ green 52 ◦ blue 47

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

Shades of Kenyan Copper #71342F

Tints of Kenyan Copper #71342F

RGB

 RED value IS 113 (44.53% from 255) = 53.3%

 GREEN value IS 52 (20.7% from 255) = 24.53%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 53.3%
G = 24.53%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71342F (or 0x71342F) is known color: Kenyan Copper. HEX triplet: 71, 34 and 2F. RGB value is (113,52,47). Sum of RGB (Red+Green+Blue) = 113+52+47=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71342F is #8ECBD0. Grayscale: #454545. Windows color (decimal): -9358289 or 3093617. OLE color: 3093617.

HSL color Cylindrical-coordinate representation of color #71342F: hue angle of 4.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71342F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 47 -
CMYK 0 0.54 0.58 0.56
HSL 4.55º 0.41% 0.31% -
HSV(B) 4.55º 0.58% 0.44% -
XYZ 8.55 6.17 3.43 -
YUV 69.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 113 52 47 0 0.54 0.58 0.56 4.55 0.41 0.31
Hex 71 34 2F 0 36 3A 38 5 29 1F
Octal 161 64 57 0 66 72 70 5 51 37
Binary 1110001 110100 101111 0 110110 111010 111000 101 101001 11111

Color Harmonies of #71342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71342F

Black with #71342F

Text Example


Text Example

White with #71342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71342F;
 }
 .AnyTagClassName
 {
   color: #71342F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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