Html Css Color HEX #703307 Baker's Chocolate

📋 copy color: '#703307'

red 112 ◦ green 51 ◦ blue 7

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

Shades of Baker's Chocolate #703307

Tints of Baker's Chocolate #703307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.12%

R = 65.88%
G = 30%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#703307 (or 0x703307) is known color: Baker's Chocolate. HEX triplet: 70, 33 and 07. RGB value is (112,51,7). Sum of RGB (Red+Green+Blue) = 112+51+7=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703307 is #8FCCF8. Grayscale: #404040. Windows color (decimal): -9424121 or 471920. OLE color: 471920.

HSL color Cylindrical-coordinate representation of color #703307: hue angle of 25.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #703307 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 7 -
CMYK 0 0.54 0.94 0.56
HSL 25.14º 0.88% 0.23% -
HSV(B) 25.14º 0.94% 0.44% -
XYZ 7.9 5.83 0.91 -
YUV 64.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 112 51 7 0 0.54 0.94 0.56 25.14 0.88 0.23
Hex 70 33 7 0 36 5E 38 19 58 17
Octal 160 63 7 0 66 136 70 31 130 27
Binary 1110000 110011 111 0 110110 1011110 111000 11001 1011000 10111

Color Harmonies of #703307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703307

Black with #703307

Text Example


Text Example

White with #703307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703307; }

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

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

background-color css

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

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

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

border-color css

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

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

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