Html Css Color HEX #702E0B Baker's Chocolate

📋 copy color: '#702E0B'

red 112 ◦ green 46 ◦ blue 11

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

Shades of Baker's Chocolate #702E0B

Tints of Baker's Chocolate #702E0B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

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

R = 66.27%
G = 27.22%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#702E0B (or 0x702E0B) is known color: Baker's Chocolate. HEX triplet: 70, 2E and 0B. RGB value is (112,46,11). Sum of RGB (Red+Green+Blue) = 112+46+11=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E0B is #8FD1F4. Grayscale: #3D3D3D. Windows color (decimal): -9425397 or 732784. OLE color: 732784.

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

Color convert

RGB 112 46 11 -
CMYK 0 0.59 0.90 0.56
HSL 20.79º 0.82% 0.24% -
HSV(B) 20.79º 0.9% 0.44% -
XYZ 7.72 5.42 0.96 -
YUV 61.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 112 46 11 0 0.59 0.90 0.56 20.79 0.82 0.24
Hex 70 2E B 0 3B 5A 38 15 52 18
Octal 160 56 13 0 73 132 70 25 122 30
Binary 1110000 101110 1011 0 111011 1011010 111000 10101 1010010 11000

Color Harmonies of #702E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E0B

Black with #702E0B

Text Example


Text Example

White with #702E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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