Html Css Color HEX #702908 Baker's Chocolate

📋 copy color: '#702908'

red 112 ◦ green 41 ◦ blue 8

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

Shades of Baker's Chocolate #702908

Tints of Baker's Chocolate #702908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

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

R = 69.57%
G = 25.47%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#702908 (or 0x702908) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 08. RGB value is (112,41,8). Sum of RGB (Red+Green+Blue) = 112+41+8=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702908 is #8FD6F7. Grayscale: #3A3A3A. Windows color (decimal): -9426680 or 534896. OLE color: 534896.

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

Color convert

RGB 112 41 8 -
CMYK 0 0.63 0.93 0.56
HSL 19.04º 0.87% 0.24% -
HSV(B) 19.04º 0.93% 0.44% -
XYZ 7.52 5.05 0.81 -
YUV 58.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 112 41 8 0 0.63 0.93 0.56 19.04 0.87 0.24
Hex 70 29 8 0 3F 5D 38 13 57 18
Octal 160 51 10 0 77 135 70 23 127 30
Binary 1110000 101001 1000 0 111111 1011101 111000 10011 1010111 11000

Color Harmonies of #702908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702908

Black with #702908

Text Example


Text Example

White with #702908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702908; }

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

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

background-color css

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

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

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

border-color css

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

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

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