Html Css Color HEX #70322C Kenyan Copper

📋 copy color: '#70322C'

red 112 ◦ green 50 ◦ blue 44

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

Shades of Kenyan Copper #70322C

Tints of Kenyan Copper #70322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 54.37%
G = 24.27%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70322C (or 0x70322C) is known color: Kenyan Copper. HEX triplet: 70, 32 and 2C. RGB value is (112,50,44). Sum of RGB (Red+Green+Blue) = 112+50+44=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70322C is #8FCDD3. Grayscale: #434343. Windows color (decimal): -9424340 or 2896496. OLE color: 2896496.

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

Color convert

RGB 112 50 44 -
CMYK 0 0.55 0.61 0.56
HSL 5.29º 0.44% 0.31% -
HSV(B) 5.29º 0.61% 0.44% -
XYZ 8.28 5.91 3.09 -
YUV 67.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 112 50 44 0 0.55 0.61 0.56 5.29 0.44 0.31
Hex 70 32 2C 0 37 3D 38 5 2C 1F
Octal 160 62 54 0 67 75 70 5 54 37
Binary 1110000 110010 101100 0 110111 111101 111000 101 101100 11111

Color Harmonies of #70322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70322C

Black with #70322C

Text Example


Text Example

White with #70322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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