Html Css Color HEX #702C0C Baker's Chocolate

📋 copy color: '#702C0C'

red 112 ◦ green 44 ◦ blue 12

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

Shades of Baker's Chocolate #702C0C

Tints of Baker's Chocolate #702C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.19%

 BLUE value IS 12 (5.08% from 255) = 7.14%

R = 66.67%
G = 26.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#702C0C (or 0x702C0C) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 0C. RGB value is (112,44,12). Sum of RGB (Red+Green+Blue) = 112+44+12=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #702C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C0C is #8FD3F3. Grayscale: #3C3C3C. Windows color (decimal): -9425908 or 797808. OLE color: 797808.

HSL color Cylindrical-coordinate representation of color #702C0C: hue angle of 19.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #702C0C is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 12 -
CMYK 0 0.61 0.89 0.56
HSL 19.2º 0.81% 0.24% -
HSV(B) 19.2º 0.89% 0.44% -
XYZ 7.65 5.27 0.96 -
YUV 60.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 112 44 12 0 0.61 0.89 0.56 19.2 0.81 0.24
Hex 70 2C C 0 3D 59 38 13 51 18
Octal 160 54 14 0 75 131 70 23 121 30
Binary 1110000 101100 1100 0 111101 1011001 111000 10011 1010001 11000

Color Harmonies of #702C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C0C

Black with #702C0C

Text Example


Text Example

White with #702C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702C0C; }

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

 H1.HeaderClassName
 {
   color: #702C0C;
 }
 .AnyTagClassName
 {
   color: #702C0C;
 }
</style>

background-color css

<style>
 a { background-color: #702C0C; }

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

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

border-color css

<style>
 span { border-color: #702C0C; }

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

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