Html Css Color HEX #703004 Baker's Chocolate

📋 copy color: '#703004'

red 112 ◦ green 48 ◦ blue 4

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

Shades of Baker's Chocolate #703004

Tints of Baker's Chocolate #703004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 68.29%
G = 29.27%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703004 (or 0x703004) is known color: Baker's Chocolate. HEX triplet: 70, 30 and 04. RGB value is (112,48,4). Sum of RGB (Red+Green+Blue) = 112+48+4=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #703004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703004 is #8FCFFB. Grayscale: #3E3E3E. Windows color (decimal): -9424892 or 274544. OLE color: 274544.

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

Color convert

RGB 112 48 4 -
CMYK 0 0.57 0.96 0.56
HSL 24.44º 0.93% 0.23% -
HSV(B) 24.44º 0.96% 0.44% -
XYZ 7.76 5.57 0.78 -
YUV 62.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 112 48 4 0 0.57 0.96 0.56 24.44 0.93 0.23
Hex 70 30 4 0 39 60 38 18 5D 17
Octal 160 60 4 0 71 140 70 30 135 27
Binary 1110000 110000 100 0 111001 1100000 111000 11000 1011101 10111

Color Harmonies of #703004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703004

Black with #703004

Text Example


Text Example

White with #703004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703004; }

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

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

background-color css

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

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

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

border-color css

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

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

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