Html Css Color HEX #703531 Kenyan Copper

📋 copy color: '#703531'

red 112 ◦ green 53 ◦ blue 49

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

Shades of Kenyan Copper #703531

Tints of Kenyan Copper #703531

RGB

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

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

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

R = 52.34%
G = 24.77%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703531 (or 0x703531) is known color: Kenyan Copper. HEX triplet: 70, 35 and 31. RGB value is (112,53,49). Sum of RGB (Red+Green+Blue) = 112+53+49=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703531 is #8FCACE. Grayscale: #464646. Windows color (decimal): -9423567 or 3224944. OLE color: 3224944.

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

Color convert

RGB 112 53 49 -
CMYK 0 0.53 0.56 0.56
HSL 3.81º 0.39% 0.32% -
HSV(B) 3.81º 0.56% 0.44% -
XYZ 8.51 6.21 3.66 -
YUV 70.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 112 53 49 0 0.53 0.56 0.56 3.81 0.39 0.32
Hex 70 35 31 0 35 38 38 4 27 20
Octal 160 65 61 0 65 70 70 4 47 40
Binary 1110000 110101 110001 0 110101 111000 111000 100 100111 100000

Color Harmonies of #703531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703531

Black with #703531

Text Example


Text Example

White with #703531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703531; }

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

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

background-color css

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

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

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

border-color css

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

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

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