Html Css Color HEX #703631 Kenyan Copper

📋 copy color: '#703631'

red 112 ◦ green 54 ◦ blue 49

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

Shades of Kenyan Copper #703631

Tints of Kenyan Copper #703631

RGB

 RED value IS 112 (44.14% from 255) = 52.09%

 GREEN value IS 54 (21.48% from 255) = 25.12%

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

R = 52.09%
G = 25.12%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703631 (or 0x703631) is known color: Kenyan Copper. HEX triplet: 70, 36 and 31. RGB value is (112,54,49). Sum of RGB (Red+Green+Blue) = 112+54+49=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703631 is #8FC9CE. Grayscale: #464646. Windows color (decimal): -9423311 or 3225200. OLE color: 3225200.

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

Color convert

RGB 112 54 49 -
CMYK 0 0.52 0.56 0.56
HSL 4.76º 0.39% 0.32% -
HSV(B) 4.76º 0.56% 0.44% -
XYZ 8.56 6.3 3.67 -
YUV 70.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 112 54 49 0 0.52 0.56 0.56 4.76 0.39 0.32
Hex 70 36 31 0 34 38 38 5 27 20
Octal 160 66 61 0 64 70 70 5 47 40
Binary 1110000 110110 110001 0 110100 111000 111000 101 100111 100000

Color Harmonies of #703631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703631

Black with #703631

Text Example


Text Example

White with #703631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703631; }

 p { color: rgb(112,54,49); }

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

background-color css

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

 a { background-color: rgb(112,54,49); }

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

border-color css

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

 span { border-color: rgb(112,54,49); }

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