Html Css Color HEX #702A07 Baker's Chocolate

📋 copy color: '#702A07'

red 112 ◦ green 42 ◦ blue 7

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

Shades of Baker's Chocolate #702A07

Tints of Baker's Chocolate #702A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.09%

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

R = 69.57%
G = 26.09%
B = 4.35%

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

#702A07 (or 0x702A07) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 07. RGB value is (112,42,7). Sum of RGB (Red+Green+Blue) = 112+42+7=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A07 is #8FD5F8. Grayscale: #3B3B3B. Windows color (decimal): -9426425 or 469616. OLE color: 469616.

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

Color convert

RGB 112 42 7 -
CMYK 0 0.62 0.94 0.56
HSL 20º 0.88% 0.23% -
HSV(B) 20º 0.94% 0.44% -
XYZ 7.55 5.12 0.79 -
YUV 58.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 112 42 7 0 0.62 0.94 0.56 20 0.88 0.23
Hex 70 2A 7 0 3E 5E 38 14 58 17
Octal 160 52 7 0 76 136 70 24 130 27
Binary 1110000 101010 111 0 111110 1011110 111000 10100 1011000 10111

Color Harmonies of #702A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A07

Black with #702A07

Text Example


Text Example

White with #702A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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