Html Css Color HEX #70332C Kenyan Copper

📋 copy color: '#70332C'

red 112 ◦ green 51 ◦ blue 44

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

Shades of Kenyan Copper #70332C

Tints of Kenyan Copper #70332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 54.11%
G = 24.64%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70332C (or 0x70332C) is known color: Kenyan Copper. HEX triplet: 70, 33 and 2C. RGB value is (112,51,44). Sum of RGB (Red+Green+Blue) = 112+51+44=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70332C is #8FCCD3. Grayscale: #444444. Windows color (decimal): -9424084 or 2896752. OLE color: 2896752.

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

Color convert

RGB 112 51 44 -
CMYK 0 0.54 0.61 0.56
HSL 6.18º 0.44% 0.31% -
HSV(B) 6.18º 0.61% 0.44% -
XYZ 8.32 5.99 3.1 -
YUV 68.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 112 51 44 0 0.54 0.61 0.56 6.18 0.44 0.31
Hex 70 33 2C 0 36 3D 38 6 2C 1F
Octal 160 63 54 0 66 75 70 6 54 37
Binary 1110000 110011 101100 0 110110 111101 111000 110 101100 11111

Color Harmonies of #70332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70332C

Black with #70332C

Text Example


Text Example

White with #70332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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