Html Css Color HEX #713008 Baker's Chocolate

📋 copy color: '#713008'

red 113 ◦ green 48 ◦ blue 8

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

Shades of Baker's Chocolate #713008

Tints of Baker's Chocolate #713008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 66.86%
G = 28.4%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713008 (or 0x713008) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 08. RGB value is (113,48,8). Sum of RGB (Red+Green+Blue) = 113+48+8=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713008 is #8ECFF7. Grayscale: #3F3F3F. Windows color (decimal): -9359352 or 536689. OLE color: 536689.

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

Color convert

RGB 113 48 8 -
CMYK 0 0.58 0.93 0.56
HSL 22.86º 0.87% 0.24% -
HSV(B) 22.86º 0.93% 0.44% -
XYZ 7.91 5.64 0.9 -
YUV 62.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 113 48 8 0 0.58 0.93 0.56 22.86 0.87 0.24
Hex 71 30 8 0 3A 5D 38 17 57 18
Octal 161 60 10 0 72 135 70 27 127 30
Binary 1110001 110000 1000 0 111010 1011101 111000 10111 1010111 11000

Color Harmonies of #713008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713008

Black with #713008

Text Example


Text Example

White with #713008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713008; }

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

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

background-color css

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

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

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

border-color css

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

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

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