Html Css Color HEX #702707 Baker's Chocolate

📋 copy color: '#702707'

red 112 ◦ green 39 ◦ blue 7

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

Shades of Baker's Chocolate #702707

Tints of Baker's Chocolate #702707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 70.89%
G = 24.68%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#702707 (or 0x702707) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 07. RGB value is (112,39,7). Sum of RGB (Red+Green+Blue) = 112+39+7=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #702707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702707 is #8FD8F8. Grayscale: #393939. Windows color (decimal): -9427193 or 468848. OLE color: 468848.

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

Color convert

RGB 112 39 7 -
CMYK 0 0.65 0.94 0.56
HSL 18.29º 0.88% 0.23% -
HSV(B) 18.29º 0.94% 0.44% -
XYZ 7.45 4.91 0.76 -
YUV 57.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 112 39 7 0 0.65 0.94 0.56 18.29 0.88 0.23
Hex 70 27 7 0 41 5E 38 12 58 17
Octal 160 47 7 0 101 136 70 22 130 27
Binary 1110000 100111 111 0 1000001 1011110 111000 10010 1011000 10111

Color Harmonies of #702707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702707

Black with #702707

Text Example


Text Example

White with #702707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702707; }

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

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

background-color css

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

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

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

border-color css

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

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

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