Html Css Color HEX #702E08 Baker's Chocolate

📋 copy color: '#702E08'

red 112 ◦ green 46 ◦ blue 8

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

Shades of Baker's Chocolate #702E08

Tints of Baker's Chocolate #702E08

RGB

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

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

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

R = 67.47%
G = 27.71%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#702E08 (or 0x702E08) is known color: Baker's Chocolate. HEX triplet: 70, 2E and 08. RGB value is (112,46,8). Sum of RGB (Red+Green+Blue) = 112+46+8=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E08 is #8FD1F7. Grayscale: #3D3D3D. Windows color (decimal): -9425400 or 536176. OLE color: 536176.

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

Color convert

RGB 112 46 8 -
CMYK 0 0.59 0.93 0.56
HSL 21.92º 0.87% 0.24% -
HSV(B) 21.92º 0.93% 0.44% -
XYZ 7.7 5.42 0.87 -
YUV 61.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 112 46 8 0 0.59 0.93 0.56 21.92 0.87 0.24
Hex 70 2E 8 0 3B 5D 38 16 57 18
Octal 160 56 10 0 73 135 70 26 127 30
Binary 1110000 101110 1000 0 111011 1011101 111000 10110 1010111 11000

Color Harmonies of #702E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E08

Black with #702E08

Text Example


Text Example

White with #702E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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