Html Css Color HEX #703632 Kenyan Copper

📋 copy color: '#703632'

red 112 ◦ green 54 ◦ blue 50

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

Shades of Kenyan Copper #703632

Tints of Kenyan Copper #703632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 51.85%
G = 25%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703632 (or 0x703632) is known color: Kenyan Copper. HEX triplet: 70, 36 and 32. RGB value is (112,54,50). Sum of RGB (Red+Green+Blue) = 112+54+50=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703632 is #8FC9CD. Grayscale: #464646. Windows color (decimal): -9423310 or 3290736. OLE color: 3290736.

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

Color convert

RGB 112 54 50 -
CMYK 0 0.52 0.55 0.56
HSL 3.87º 0.38% 0.32% -
HSV(B) 3.87º 0.55% 0.44% -
XYZ 8.58 6.31 3.78 -
YUV 70.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 112 54 50 0 0.52 0.55 0.56 3.87 0.38 0.32
Hex 70 36 32 0 34 37 38 4 26 20
Octal 160 66 62 0 64 67 70 4 46 40
Binary 1110000 110110 110010 0 110100 110111 111000 100 100110 100000

Color Harmonies of #703632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703632

Black with #703632

Text Example


Text Example

White with #703632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703632; }

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

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

background-color css

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

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

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

border-color css

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

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

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