Html Css Color HEX #703304 Baker's Chocolate

📋 copy color: '#703304'

red 112 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #703304

Tints of Baker's Chocolate #703304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 67.07%
G = 30.54%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703304 (or 0x703304) is known color: Baker's Chocolate. HEX triplet: 70, 33 and 04. RGB value is (112,51,4). Sum of RGB (Red+Green+Blue) = 112+51+4=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #703304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703304 is #8FCCFB. Grayscale: #404040. Windows color (decimal): -9424124 or 275312. OLE color: 275312.

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

Color convert

RGB 112 51 4 -
CMYK 0 0.54 0.96 0.56
HSL 26.11º 0.93% 0.23% -
HSV(B) 26.11º 0.96% 0.44% -
XYZ 7.89 5.82 0.82 -
YUV 63.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 112 51 4 0 0.54 0.96 0.56 26.11 0.93 0.23
Hex 70 33 4 0 36 60 38 1A 5D 17
Octal 160 63 4 0 66 140 70 32 135 27
Binary 1110000 110011 100 0 110110 1100000 111000 11010 1011101 10111

Color Harmonies of #703304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703304

Black with #703304

Text Example


Text Example

White with #703304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703304; }

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

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

background-color css

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

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

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

border-color css

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

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

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