Html Css Color HEX #702B08 Baker's Chocolate

📋 copy color: '#702B08'

red 112 ◦ green 43 ◦ blue 8

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

Shades of Baker's Chocolate #702B08

Tints of Baker's Chocolate #702B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

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

R = 68.71%
G = 26.38%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#702B08 (or 0x702B08) is known color: Baker's Chocolate. HEX triplet: 70, 2B and 08. RGB value is (112,43,8). Sum of RGB (Red+Green+Blue) = 112+43+8=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #702B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B08 is #8FD4F7. Grayscale: #3B3B3B. Windows color (decimal): -9426168 or 535408. OLE color: 535408.

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

Color convert

RGB 112 43 8 -
CMYK 0 0.62 0.93 0.56
HSL 20.19º 0.87% 0.24% -
HSV(B) 20.19º 0.93% 0.44% -
XYZ 7.59 5.19 0.83 -
YUV 59.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 112 43 8 0 0.62 0.93 0.56 20.19 0.87 0.24
Hex 70 2B 8 0 3E 5D 38 14 57 18
Octal 160 53 10 0 76 135 70 24 127 30
Binary 1110000 101011 1000 0 111110 1011101 111000 10100 1010111 11000

Color Harmonies of #702B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B08

Black with #702B08

Text Example


Text Example

White with #702B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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