Html Css Color HEX #702C0E Baker's Chocolate

📋 copy color: '#702C0E'

red 112 ◦ green 44 ◦ blue 14

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

Shades of Baker's Chocolate #702C0E

Tints of Baker's Chocolate #702C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 65.88%
G = 25.88%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#702C0E (or 0x702C0E) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 0E. RGB value is (112,44,14). Sum of RGB (Red+Green+Blue) = 112+44+14=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C0E is #8FD3F1. Grayscale: #3D3D3D. Windows color (decimal): -9425906 or 928880. OLE color: 928880.

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

Color convert

RGB 112 44 14 -
CMYK 0 0.61 0.88 0.56
HSL 18.37º 0.78% 0.25% -
HSV(B) 18.37º 0.88% 0.44% -
XYZ 7.66 5.28 1.03 -
YUV 60.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 112 44 14 0 0.61 0.88 0.56 18.37 0.78 0.25
Hex 70 2C E 0 3D 58 38 12 4E 19
Octal 160 54 16 0 75 130 70 22 116 31
Binary 1110000 101100 1110 0 111101 1011000 111000 10010 1001110 11001

Color Harmonies of #702C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C0E

Black with #702C0E

Text Example


Text Example

White with #702C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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