Html Css Color HEX #713531 Kenyan Copper

📋 copy color: '#713531'

red 113 ◦ green 53 ◦ blue 49

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

Shades of Kenyan Copper #713531

Tints of Kenyan Copper #713531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 52.56%
G = 24.65%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#713531 (or 0x713531) is known color: Kenyan Copper. HEX triplet: 71, 35 and 31. RGB value is (113,53,49). Sum of RGB (Red+Green+Blue) = 113+53+49=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713531 is #8ECACE. Grayscale: #464646. Windows color (decimal): -9358031 or 3224945. OLE color: 3224945.

HSL color Cylindrical-coordinate representation of color #713531: hue angle of 3.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713531 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 49 -
CMYK 0 0.53 0.57 0.56
HSL 3.75º 0.4% 0.32% -
HSV(B) 3.75º 0.57% 0.44% -
XYZ 8.64 6.28 3.66 -
YUV 70.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 113 53 49 0 0.53 0.57 0.56 3.75 0.4 0.32
Hex 71 35 31 0 35 39 38 4 28 20
Octal 161 65 61 0 65 71 70 4 50 40
Binary 1110001 110101 110001 0 110101 111001 111000 100 101000 100000

Color Harmonies of #713531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713531

Black with #713531

Text Example


Text Example

White with #713531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713531; }

 p { color: rgb(113,53,49); }

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

background-color css

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

 a { background-color: rgb(113,53,49); }

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

border-color css

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

 span { border-color: rgb(113,53,49); }

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