Html Css Color HEX #702F0C Baker's Chocolate

📋 copy color: '#702F0C'

red 112 ◦ green 47 ◦ blue 12

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

Shades of Baker's Chocolate #702F0C

Tints of Baker's Chocolate #702F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

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

R = 65.5%
G = 27.49%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#702F0C (or 0x702F0C) is known color: Baker's Chocolate. HEX triplet: 70, 2F and 0C. RGB value is (112,47,12). Sum of RGB (Red+Green+Blue) = 112+47+12=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F0C is #8FD0F3. Grayscale: #3E3E3E. Windows color (decimal): -9425140 or 798576. OLE color: 798576.

HSL color Cylindrical-coordinate representation of color #702F0C: hue angle of 21º 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 #702F0C is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 12 -
CMYK 0 0.58 0.89 0.56
HSL 21º 0.81% 0.24% -
HSV(B) 21º 0.89% 0.44% -
XYZ 7.76 5.5 1 -
YUV 62.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 112 47 12 0 0.58 0.89 0.56 21 0.81 0.24
Hex 70 2F C 0 3A 59 38 15 51 18
Octal 160 57 14 0 72 131 70 25 121 30
Binary 1110000 101111 1100 0 111010 1011001 111000 10101 1010001 11000

Color Harmonies of #702F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F0C

Black with #702F0C

Text Example


Text Example

White with #702F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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