Html Css Color HEX #702D08 Baker's Chocolate

📋 copy color: '#702D08'

red 112 ◦ green 45 ◦ blue 8

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

Shades of Baker's Chocolate #702D08

Tints of Baker's Chocolate #702D08

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

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

R = 67.88%
G = 27.27%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#702D08 (or 0x702D08) is known color: Baker's Chocolate. HEX triplet: 70, 2D and 08. RGB value is (112,45,8). Sum of RGB (Red+Green+Blue) = 112+45+8=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #702D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D08 is #8FD2F7. Grayscale: #3D3D3D. Windows color (decimal): -9425656 or 535920. OLE color: 535920.

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

Color convert

RGB 112 45 8 -
CMYK 0 0.60 0.93 0.56
HSL 21.35º 0.87% 0.24% -
HSV(B) 21.35º 0.93% 0.44% -
XYZ 7.66 5.34 0.86 -
YUV 60.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 112 45 8 0 0.60 0.93 0.56 21.35 0.87 0.24
Hex 70 2D 8 0 3C 5D 38 15 57 18
Octal 160 55 10 0 74 135 70 25 127 30
Binary 1110000 101101 1000 0 111100 1011101 111000 10101 1010111 11000

Color Harmonies of #702D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D08

Black with #702D08

Text Example


Text Example

White with #702D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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