Html Css Color HEX #713004 Baker's Chocolate

📋 copy color: '#713004'

red 113 ◦ green 48 ◦ blue 4

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

Shades of Baker's Chocolate #713004

Tints of Baker's Chocolate #713004

RGB

 RED value IS 113 (44.53% from 255) = 68.48%

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

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

R = 68.48%
G = 29.09%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713004 (or 0x713004) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 04. RGB value is (113,48,4). Sum of RGB (Red+Green+Blue) = 113+48+4=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #713004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713004 is #8ECFFB. Grayscale: #3E3E3E. Windows color (decimal): -9359356 or 274545. OLE color: 274545.

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

Color convert

RGB 113 48 4 -
CMYK 0 0.58 0.96 0.56
HSL 24.22º 0.93% 0.23% -
HSV(B) 24.22º 0.96% 0.44% -
XYZ 7.89 5.63 0.79 -
YUV 62.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 113 48 4 0 0.58 0.96 0.56 24.22 0.93 0.23
Hex 71 30 4 0 3A 60 38 18 5D 17
Octal 161 60 4 0 72 140 70 30 135 27
Binary 1110001 110000 100 0 111010 1100000 111000 11000 1011101 10111

Color Harmonies of #713004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713004

Black with #713004

Text Example


Text Example

White with #713004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713004; }

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

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

background-color css

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

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

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

border-color css

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

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

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