Html Css Color HEX #703109 Baker's Chocolate

📋 copy color: '#703109'

red 112 ◦ green 49 ◦ blue 9

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

Shades of Baker's Chocolate #703109

Tints of Baker's Chocolate #703109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 65.88%
G = 28.82%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#703109 (or 0x703109) is known color: Baker's Chocolate. HEX triplet: 70, 31 and 09. RGB value is (112,49,9). Sum of RGB (Red+Green+Blue) = 112+49+9=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703109 is #8FCEF6. Grayscale: #3F3F3F. Windows color (decimal): -9424631 or 602480. OLE color: 602480.

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

Color convert

RGB 112 49 9 -
CMYK 0 0.56 0.92 0.56
HSL 23.3º 0.85% 0.24% -
HSV(B) 23.3º 0.92% 0.44% -
XYZ 7.83 5.66 0.94 -
YUV 63.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 112 49 9 0 0.56 0.92 0.56 23.3 0.85 0.24
Hex 70 31 9 0 38 5C 38 17 55 18
Octal 160 61 11 0 70 134 70 27 125 30
Binary 1110000 110001 1001 0 111000 1011100 111000 10111 1010101 11000

Color Harmonies of #703109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703109

Black with #703109

Text Example


Text Example

White with #703109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703109; }

 p { color: rgb(112,49,9); }

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

background-color css

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

 a { background-color: rgb(112,49,9); }

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

border-color css

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

 span { border-color: rgb(112,49,9); }

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