Html Css Color HEX #702C0A Baker's Chocolate

📋 copy color: '#702C0A'

red 112 ◦ green 44 ◦ blue 10

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

Shades of Baker's Chocolate #702C0A

Tints of Baker's Chocolate #702C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.51%

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 67.47%
G = 26.51%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#702C0A (or 0x702C0A) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 0A. RGB value is (112,44,10). Sum of RGB (Red+Green+Blue) = 112+44+10=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C0A is #8FD3F5. Grayscale: #3C3C3C. Windows color (decimal): -9425910 or 666736. OLE color: 666736.

HSL color Cylindrical-coordinate representation of color #702C0A: hue angle of 20º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #702C0A is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 10 -
CMYK 0 0.61 0.91 0.56
HSL 20º 0.84% 0.24% -
HSV(B) 20º 0.91% 0.44% -
XYZ 7.64 5.27 0.9 -
YUV 60.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 112 44 10 0 0.61 0.91 0.56 20 0.84 0.24
Hex 70 2C A 0 3D 5B 38 14 54 18
Octal 160 54 12 0 75 133 70 24 124 30
Binary 1110000 101100 1010 0 111101 1011011 111000 10100 1010100 11000

Color Harmonies of #702C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C0A

Black with #702C0A

Text Example


Text Example

White with #702C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,10); }

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

background-color css

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

 a { background-color: rgb(112,44,10); }

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

border-color css

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

 span { border-color: rgb(112,44,10); }

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