Html Css Color HEX #702C08 Baker's Chocolate

📋 copy color: '#702C08'

red 112 ◦ green 44 ◦ blue 8

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

Shades of Baker's Chocolate #702C08

Tints of Baker's Chocolate #702C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.88%

R = 68.29%
G = 26.83%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#702C08 (or 0x702C08) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 08. RGB value is (112,44,8). Sum of RGB (Red+Green+Blue) = 112+44+8=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #702C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C08 is #8FD3F7. Grayscale: #3C3C3C. Windows color (decimal): -9425912 or 535664. OLE color: 535664.

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

Color convert

RGB 112 44 8 -
CMYK 0 0.61 0.93 0.56
HSL 20.77º 0.87% 0.24% -
HSV(B) 20.77º 0.93% 0.44% -
XYZ 7.63 5.26 0.84 -
YUV 60.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 112 44 8 0 0.61 0.93 0.56 20.77 0.87 0.24
Hex 70 2C 8 0 3D 5D 38 15 57 18
Octal 160 54 10 0 75 135 70 25 127 30
Binary 1110000 101100 1000 0 111101 1011101 111000 10101 1010111 11000

Color Harmonies of #702C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C08

Black with #702C08

Text Example


Text Example

White with #702C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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