Html Css Color HEX #70342E Kenyan Copper

📋 copy color: '#70342E'

red 112 ◦ green 52 ◦ blue 46

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

Shades of Kenyan Copper #70342E

Tints of Kenyan Copper #70342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 53.33%
G = 24.76%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70342E (or 0x70342E) is known color: Kenyan Copper. HEX triplet: 70, 34 and 2E. RGB value is (112,52,46). Sum of RGB (Red+Green+Blue) = 112+52+46=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70342E is #8FCBD1. Grayscale: #454545. Windows color (decimal): -9423826 or 3028080. OLE color: 3028080.

HSL color Cylindrical-coordinate representation of color #70342E: hue angle of 5.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70342E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 46 -
CMYK 0 0.54 0.59 0.56
HSL 5.45º 0.42% 0.31% -
HSV(B) 5.45º 0.59% 0.44% -
XYZ 8.4 6.1 3.32 -
YUV 69.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 112 52 46 0 0.54 0.59 0.56 5.45 0.42 0.31
Hex 70 34 2E 0 36 3B 38 5 2A 1F
Octal 160 64 56 0 66 73 70 5 52 37
Binary 1110000 110100 101110 0 110110 111011 111000 101 101010 11111

Color Harmonies of #70342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70342E

Black with #70342E

Text Example


Text Example

White with #70342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70342E; }

 p { color: rgb(112,52,46); }

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

background-color css

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

 a { background-color: rgb(112,52,46); }

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

border-color css

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

 span { border-color: rgb(112,52,46); }

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