Html Css Color HEX #703209 Baker's Chocolate

📋 copy color: '#703209'

red 112 ◦ green 50 ◦ blue 9

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

Shades of Baker's Chocolate #703209

Tints of Baker's Chocolate #703209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.24%

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

R = 65.5%
G = 29.24%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#703209 (or 0x703209) is known color: Baker's Chocolate. HEX triplet: 70, 32 and 09. RGB value is (112,50,9). Sum of RGB (Red+Green+Blue) = 112+50+9=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703209 is #8FCDF6. Grayscale: #404040. Windows color (decimal): -9424375 or 602736. OLE color: 602736.

HSL color Cylindrical-coordinate representation of color #703209: hue angle of 23.88º 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 #703209 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 9 -
CMYK 0 0.55 0.92 0.56
HSL 23.88º 0.85% 0.24% -
HSV(B) 23.88º 0.92% 0.44% -
XYZ 7.87 5.75 0.95 -
YUV 63.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 112 50 9 0 0.55 0.92 0.56 23.88 0.85 0.24
Hex 70 32 9 0 37 5C 38 18 55 18
Octal 160 62 11 0 67 134 70 30 125 30
Binary 1110000 110010 1001 0 110111 1011100 111000 11000 1010101 11000

Color Harmonies of #703209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703209

Black with #703209

Text Example


Text Example

White with #703209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703209; }

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

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

background-color css

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

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

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

border-color css

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

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

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