Html Css Color HEX #702E0C Baker's Chocolate

📋 copy color: '#702E0C'

red 112 ◦ green 46 ◦ blue 12

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

Shades of Baker's Chocolate #702E0C

Tints of Baker's Chocolate #702E0C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.06%

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

R = 65.88%
G = 27.06%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#702E0C (or 0x702E0C) is known color: Baker's Chocolate. HEX triplet: 70, 2E and 0C. RGB value is (112,46,12). Sum of RGB (Red+Green+Blue) = 112+46+12=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E0C is #8FD1F3. Grayscale: #3E3E3E. Windows color (decimal): -9425396 or 798320. OLE color: 798320.

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

Color convert

RGB 112 46 12 -
CMYK 0 0.59 0.89 0.56
HSL 20.4º 0.81% 0.24% -
HSV(B) 20.4º 0.89% 0.44% -
XYZ 7.73 5.43 0.99 -
YUV 61.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 112 46 12 0 0.59 0.89 0.56 20.4 0.81 0.24
Hex 70 2E C 0 3B 59 38 14 51 18
Octal 160 56 14 0 73 131 70 24 121 30
Binary 1110000 101110 1100 0 111011 1011001 111000 10100 1010001 11000

Color Harmonies of #702E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E0C

Black with #702E0C

Text Example


Text Example

White with #702E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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