Html Css Color HEX #71332F Kenyan Copper

📋 copy color: '#71332F'

red 113 ◦ green 51 ◦ blue 47

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

Shades of Kenyan Copper #71332F

Tints of Kenyan Copper #71332F

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 value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 113 51 47 -
CMYK 0 0.55 0.58 0.56
HSL 3.64º 0.41% 0.31% -
HSV(B) 3.64º 0.58% 0.44% -
XYZ 8.51 6.08 3.42 -
YUV 69.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 113 51 47 0 0.55 0.58 0.56 3.64 0.41 0.31
Hex 71 33 2F 0 37 3A 38 4 29 1F
Octal 161 63 57 0 67 72 70 4 51 37
Binary 1110001 110011 101111 0 110111 111010 111000 100 101001 11111

Color Harmonies of #71332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71332F

Black with #71332F

Text Example


Text Example

White with #71332F

Text Example


Text Example

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