Html Css Color HEX #70462A Semi-Sweet Chocolate

📋 copy color: '#70462A'

red 112 ◦ green 70 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #70462A

Tints of Semi-Sweet Chocolate #70462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 50%
G = 31.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70462A (or 0x70462A) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 46 and 2A. RGB value is (112,70,42). Sum of RGB (Red+Green+Blue) = 112+70+42=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70462A is #8FB9D5. Grayscale: #4F4F4F. Windows color (decimal): -9419222 or 2770544. OLE color: 2770544.

HSL color Cylindrical-coordinate representation of color #70462A: hue angle of 24º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70462A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 42 -
CMYK 0 0.38 0.62 0.56
HSL 24º 0.45% 0.3% -
HSV(B) 24º 0.63% 0.44% -
XYZ 9.29 7.99 3.24 -
YUV 79.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 112 70 42 0 0.38 0.62 0.56 24 0.45 0.3
Hex 70 46 2A 0 26 3E 38 18 2D 1E
Octal 160 106 52 0 46 76 70 30 55 36
Binary 1110000 1000110 101010 0 100110 111110 111000 11000 101101 11110

Color Harmonies of #70462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70462A

Black with #70462A

Text Example


Text Example

White with #70462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70462A; }

 p { color: rgb(112,70,42); }

 H1.HeaderClassName
 {
   color: #70462A;
 }
 .AnyTagClassName
 {
   color: #70462A;
 }
</style>

background-color css

<style>
 a { background-color: #70462A; }

 a { background-color: rgb(112,70,42); }

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

border-color css

<style>
 span { border-color: #70462A; }

 span { border-color: rgb(112,70,42); }

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