Html Css Color HEX #70322E Kenyan Copper

📋 copy color: '#70322E'

red 112 ◦ green 50 ◦ blue 46

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

Shades of Kenyan Copper #70322E

Tints of Kenyan Copper #70322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 53.85%
G = 24.04%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70322E (or 0x70322E) is known color: Kenyan Copper. HEX triplet: 70, 32 and 2E. RGB value is (112,50,46). Sum of RGB (Red+Green+Blue) = 112+50+46=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70322E is #8FCDD1. Grayscale: #444444. Windows color (decimal): -9424338 or 3027568. OLE color: 3027568.

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

Color convert

RGB 112 50 46 -
CMYK 0 0.55 0.59 0.56
HSL 3.64º 0.42% 0.31% -
HSV(B) 3.64º 0.59% 0.44% -
XYZ 8.32 5.92 3.29 -
YUV 68.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 112 50 46 0 0.55 0.59 0.56 3.64 0.42 0.31
Hex 70 32 2E 0 37 3B 38 4 2A 1F
Octal 160 62 56 0 67 73 70 4 52 37
Binary 1110000 110010 101110 0 110111 111011 111000 100 101010 11111

Color Harmonies of #70322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70322E

Black with #70322E

Text Example


Text Example

White with #70322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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