Html Css Color HEX #703309 Baker's Chocolate

📋 copy color: '#703309'

red 112 ◦ green 51 ◦ blue 9

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

Shades of Baker's Chocolate #703309

Tints of Baker's Chocolate #703309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

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

R = 65.12%
G = 29.65%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#703309 (or 0x703309) is known color: Baker's Chocolate. HEX triplet: 70, 33 and 09. RGB value is (112,51,9). Sum of RGB (Red+Green+Blue) = 112+51+9=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703309 is #8FCCF6. Grayscale: #404040. Windows color (decimal): -9424119 or 602992. OLE color: 602992.

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

Color convert

RGB 112 51 9 -
CMYK 0 0.54 0.92 0.56
HSL 24.47º 0.85% 0.24% -
HSV(B) 24.47º 0.92% 0.44% -
XYZ 7.92 5.83 0.97 -
YUV 64.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 112 51 9 0 0.54 0.92 0.56 24.47 0.85 0.24
Hex 70 33 9 0 36 5C 38 18 55 18
Octal 160 63 11 0 66 134 70 30 125 30
Binary 1110000 110011 1001 0 110110 1011100 111000 11000 1010101 11000

Color Harmonies of #703309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703309

Black with #703309

Text Example


Text Example

White with #703309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703309; }

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

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

background-color css

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

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

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

border-color css

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

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

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