Html Css Color HEX #702B07 Baker's Chocolate

📋 copy color: '#702B07'

red 112 ◦ green 43 ◦ blue 7

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

Shades of Baker's Chocolate #702B07

Tints of Baker's Chocolate #702B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.32%

R = 69.14%
G = 26.54%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#702B07 (or 0x702B07) is known color: Baker's Chocolate. HEX triplet: 70, 2B and 07. RGB value is (112,43,7). Sum of RGB (Red+Green+Blue) = 112+43+7=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #702B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B07 is #8FD4F8. Grayscale: #3B3B3B. Windows color (decimal): -9426169 or 469872. OLE color: 469872.

HSL color Cylindrical-coordinate representation of color #702B07: hue angle of 20.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #702B07 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 43 7 -
CMYK 0 0.62 0.94 0.56
HSL 20.57º 0.88% 0.23% -
HSV(B) 20.57º 0.94% 0.44% -
XYZ 7.58 5.19 0.8 -
YUV 59.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 112 43 7 0 0.62 0.94 0.56 20.57 0.88 0.23
Hex 70 2B 7 0 3E 5E 38 15 58 17
Octal 160 53 7 0 76 136 70 25 130 27
Binary 1110000 101011 111 0 111110 1011110 111000 10101 1011000 10111

Color Harmonies of #702B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B07

Black with #702B07

Text Example


Text Example

White with #702B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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