Html Css Color HEX #71332E Kenyan Copper

📋 copy color: '#71332E'

red 113 ◦ green 51 ◦ blue 46

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

Shades of Kenyan Copper #71332E

Tints of Kenyan Copper #71332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 53.81%
G = 24.29%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71332E (or 0x71332E) is known color: Kenyan Copper. HEX triplet: 71, 33 and 2E. RGB value is (113,51,46). Sum of RGB (Red+Green+Blue) = 113+51+46=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71332E is #8ECCD1. Grayscale: #454545. Windows color (decimal): -9358546 or 3027825. OLE color: 3027825.

HSL color Cylindrical-coordinate representation of color #71332E: hue angle of 4.48º 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 #71332E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 46 -
CMYK 0 0.55 0.59 0.56
HSL 4.48º 0.42% 0.31% -
HSV(B) 4.48º 0.59% 0.44% -
XYZ 8.49 6.08 3.31 -
YUV 68.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 113 51 46 0 0.55 0.59 0.56 4.48 0.42 0.31
Hex 71 33 2E 0 37 3B 38 4 2A 1F
Octal 161 63 56 0 67 73 70 4 52 37
Binary 1110001 110011 101110 0 110111 111011 111000 100 101010 11111

Color Harmonies of #71332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71332E

Black with #71332E

Text Example


Text Example

White with #71332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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