Html Css Color HEX #70332D Kenyan Copper

📋 copy color: '#70332D'

red 112 ◦ green 51 ◦ blue 45

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

Shades of Kenyan Copper #70332D

Tints of Kenyan Copper #70332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 53.85%
G = 24.52%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#70332D (or 0x70332D) is known color: Kenyan Copper. HEX triplet: 70, 33 and 2D. RGB value is (112,51,45). Sum of RGB (Red+Green+Blue) = 112+51+45=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70332D is #8FCCD2. Grayscale: #444444. Windows color (decimal): -9424083 or 2962288. OLE color: 2962288.

HSL color Cylindrical-coordinate representation of color #70332D: hue angle of 5.37º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70332D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 45 -
CMYK 0 0.54 0.60 0.56
HSL 5.37º 0.43% 0.31% -
HSV(B) 5.37º 0.6% 0.44% -
XYZ 8.34 6 3.2 -
YUV 68.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 112 51 45 0 0.54 0.60 0.56 5.37 0.43 0.31
Hex 70 33 2D 0 36 3C 38 5 2B 1F
Octal 160 63 55 0 66 74 70 5 53 37
Binary 1110000 110011 101101 0 110110 111100 111000 101 101011 11111

Color Harmonies of #70332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70332D

Black with #70332D

Text Example


Text Example

White with #70332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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