Html Css Color HEX #702F0B Baker's Chocolate

📋 copy color: '#702F0B'

red 112 ◦ green 47 ◦ blue 11

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

Shades of Baker's Chocolate #702F0B

Tints of Baker's Chocolate #702F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 65.88%
G = 27.65%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#702F0B (or 0x702F0B) is known color: Baker's Chocolate. HEX triplet: 70, 2F and 0B. RGB value is (112,47,11). Sum of RGB (Red+Green+Blue) = 112+47+11=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F0B is #8FD0F4. Grayscale: #3E3E3E. Windows color (decimal): -9425141 or 733040. OLE color: 733040.

HSL color Cylindrical-coordinate representation of color #702F0B: hue angle of 21.39º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #702F0B is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 11 -
CMYK 0 0.58 0.90 0.56
HSL 21.39º 0.82% 0.24% -
HSV(B) 21.39º 0.9% 0.44% -
XYZ 7.76 5.5 0.97 -
YUV 62.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 112 47 11 0 0.58 0.90 0.56 21.39 0.82 0.24
Hex 70 2F B 0 3A 5A 38 15 52 18
Octal 160 57 13 0 72 132 70 25 122 30
Binary 1110000 101111 1011 0 111010 1011010 111000 10101 1010010 11000

Color Harmonies of #702F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F0B

Black with #702F0B

Text Example


Text Example

White with #702F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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