Html Css Color HEX #702F07 Baker's Chocolate

📋 copy color: '#702F07'

red 112 ◦ green 47 ◦ blue 7

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

Shades of Baker's Chocolate #702F07

Tints of Baker's Chocolate #702F07

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

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

R = 67.47%
G = 28.31%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#702F07 (or 0x702F07) is known color: Baker's Chocolate. HEX triplet: 70, 2F and 07. RGB value is (112,47,7). Sum of RGB (Red+Green+Blue) = 112+47+7=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F07 is #8FD0F8. Grayscale: #3E3E3E. Windows color (decimal): -9425145 or 470896. OLE color: 470896.

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

Color convert

RGB 112 47 7 -
CMYK 0 0.58 0.94 0.56
HSL 22.86º 0.88% 0.23% -
HSV(B) 22.86º 0.94% 0.44% -
XYZ 7.74 5.49 0.85 -
YUV 61.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 112 47 7 0 0.58 0.94 0.56 22.86 0.88 0.23
Hex 70 2F 7 0 3A 5E 38 17 58 17
Octal 160 57 7 0 72 136 70 27 130 27
Binary 1110000 101111 111 0 111010 1011110 111000 10111 1011000 10111

Color Harmonies of #702F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F07

Black with #702F07

Text Example


Text Example

White with #702F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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