#71332F

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

Shades of Kenyan Copper #71332F

Tints of Kenyan Copper #71332F

Color information

#71332F (or 0x71332F) is unknown color: approx Kenyan Copper. HEX triplet: 71, 33 and 2F. RGB value is (113,51,47). Sum of RGB (Red+Green+Blue) = 113+51+47=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71332F is #8ECCD0. Grayscale: #454545. Windows color (decimal): -9358545 or 3093361. OLE color: 3093361.

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

Color convert

RGB1135147-
CMYK00.550.580.56
HSL3.64º41.25%31.37%-
HSV(B)3.64º58.41%44.31%-
XYZ8.516.083.42-
YUV69.08115.54159.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=53.55%
G=24.17%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113514700.550.580.563.6441.2531.37
Hex71332F0373A384291f
Octal1616357067727045137
Binary1110001110011101111011011111101011100010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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