Html Css Color HEX #70300A Baker's Chocolate

📋 copy color: '#70300A'

red 112 ◦ green 48 ◦ blue 10

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

Shades of Baker's Chocolate #70300A

Tints of Baker's Chocolate #70300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 65.88%
G = 28.24%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70300A (or 0x70300A) is known color: Baker's Chocolate. HEX triplet: 70, 30 and 0A. RGB value is (112,48,10). Sum of RGB (Red+Green+Blue) = 112+48+10=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #70300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70300A is #8FCFF5. Grayscale: #3F3F3F. Windows color (decimal): -9424886 or 667760. OLE color: 667760.

HSL color Cylindrical-coordinate representation of color #70300A: hue angle of 22.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70300A is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 10 -
CMYK 0 0.57 0.91 0.56
HSL 22.35º 0.84% 0.24% -
HSV(B) 22.35º 0.91% 0.44% -
XYZ 7.79 5.58 0.95 -
YUV 62.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 112 48 10 0 0.57 0.91 0.56 22.35 0.84 0.24
Hex 70 30 A 0 39 5B 38 16 54 18
Octal 160 60 12 0 71 133 70 26 124 30
Binary 1110000 110000 1010 0 111001 1011011 111000 10110 1010100 11000

Color Harmonies of #70300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70300A

Black with #70300A

Text Example


Text Example

White with #70300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,48,10); }

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

background-color css

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

 a { background-color: rgb(112,48,10); }

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

border-color css

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

 span { border-color: rgb(112,48,10); }

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