Html Css Color HEX #71342E Kenyan Copper

📋 copy color: '#71342E'

red 113 ◦ green 52 ◦ blue 46

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

Shades of Kenyan Copper #71342E

Tints of Kenyan Copper #71342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 53.55%
G = 24.64%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71342E (or 0x71342E) is known color: Kenyan Copper. HEX triplet: 71, 34 and 2E. RGB value is (113,52,46). Sum of RGB (Red+Green+Blue) = 113+52+46=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71342E is #8ECBD1. Grayscale: #454545. Windows color (decimal): -9358290 or 3028081. OLE color: 3028081.

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

Color convert

RGB 113 52 46 -
CMYK 0 0.54 0.59 0.56
HSL 5.37º 0.42% 0.31% -
HSV(B) 5.37º 0.59% 0.44% -
XYZ 8.53 6.16 3.32 -
YUV 69.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 113 52 46 0 0.54 0.59 0.56 5.37 0.42 0.31
Hex 71 34 2E 0 36 3B 38 5 2A 1F
Octal 161 64 56 0 66 73 70 5 52 37
Binary 1110001 110100 101110 0 110110 111011 111000 101 101010 11111

Color Harmonies of #71342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71342E

Black with #71342E

Text Example


Text Example

White with #71342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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