Html Css Color HEX #703530 Kenyan Copper

📋 copy color: '#703530'

red 112 ◦ green 53 ◦ blue 48

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

Shades of Kenyan Copper #703530

Tints of Kenyan Copper #703530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 52.58%
G = 24.88%
B = 22.54%

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

#703530 (or 0x703530) is known color: Kenyan Copper. HEX triplet: 70, 35 and 30. RGB value is (112,53,48). Sum of RGB (Red+Green+Blue) = 112+53+48=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703530 is #8FCACF. Grayscale: #464646. Windows color (decimal): -9423568 or 3159408. OLE color: 3159408.

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

Color convert

RGB 112 53 48 -
CMYK 0 0.53 0.57 0.56
HSL 4.69º 0.4% 0.31% -
HSV(B) 4.69º 0.57% 0.44% -
XYZ 8.49 6.2 3.55 -
YUV 70.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 112 53 48 0 0.53 0.57 0.56 4.69 0.4 0.31
Hex 70 35 30 0 35 39 38 5 28 1F
Octal 160 65 60 0 65 71 70 5 50 37
Binary 1110000 110101 110000 0 110101 111001 111000 101 101000 11111

Color Harmonies of #703530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703530

Black with #703530

Text Example


Text Example

White with #703530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703530; }

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

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

background-color css

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

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

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

border-color css

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

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

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