Html Css Color HEX #702F0A Baker's Chocolate

📋 copy color: '#702F0A'

red 112 ◦ green 47 ◦ blue 10

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

Shades of Baker's Chocolate #702F0A

Tints of Baker's Chocolate #702F0A

RGB

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

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

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

R = 66.27%
G = 27.81%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#702F0A (or 0x702F0A) is known color: Baker's Chocolate. HEX triplet: 70, 2F and 0A. RGB value is (112,47,10). Sum of RGB (Red+Green+Blue) = 112+47+10=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F0A is #8FD0F5. Grayscale: #3E3E3E. Windows color (decimal): -9425142 or 667504. OLE color: 667504.

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

Color convert

RGB 112 47 10 -
CMYK 0 0.58 0.91 0.56
HSL 21.76º 0.84% 0.24% -
HSV(B) 21.76º 0.91% 0.44% -
XYZ 7.75 5.5 0.94 -
YUV 62.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 112 47 10 0 0.58 0.91 0.56 21.76 0.84 0.24
Hex 70 2F A 0 3A 5B 38 16 54 18
Octal 160 57 12 0 72 133 70 26 124 30
Binary 1110000 101111 1010 0 111010 1011011 111000 10110 1010100 11000

Color Harmonies of #702F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F0A

Black with #702F0A

Text Example


Text Example

White with #702F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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