Html Css Color HEX #702A0B Baker's Chocolate

📋 copy color: '#702A0B'

red 112 ◦ green 42 ◦ blue 11

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

Shades of Baker's Chocolate #702A0B

Tints of Baker's Chocolate #702A0B

RGB

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

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

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

R = 67.88%
G = 25.45%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#702A0B (or 0x702A0B) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 0B. RGB value is (112,42,11). Sum of RGB (Red+Green+Blue) = 112+42+11=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #702A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A0B is #8FD5F4. Grayscale: #3B3B3B. Windows color (decimal): -9426421 or 731760. OLE color: 731760.

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

Color convert

RGB 112 42 11 -
CMYK 0 0.62 0.90 0.56
HSL 18.42º 0.82% 0.24% -
HSV(B) 18.42º 0.9% 0.44% -
XYZ 7.57 5.12 0.91 -
YUV 59.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 112 42 11 0 0.62 0.90 0.56 18.42 0.82 0.24
Hex 70 2A B 0 3E 5A 38 12 52 18
Octal 160 52 13 0 76 132 70 22 122 30
Binary 1110000 101010 1011 0 111110 1011010 111000 10010 1010010 11000

Color Harmonies of #702A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A0B

Black with #702A0B

Text Example


Text Example

White with #702A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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