Html Css Color HEX #713009 Baker's Chocolate

📋 copy color: '#713009'

red 113 ◦ green 48 ◦ blue 9

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

Shades of Baker's Chocolate #713009

Tints of Baker's Chocolate #713009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 66.47%
G = 28.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713009 (or 0x713009) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 09. RGB value is (113,48,9). Sum of RGB (Red+Green+Blue) = 113+48+9=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #713009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713009 is #8ECFF6. Grayscale: #3F3F3F. Windows color (decimal): -9359351 or 602225. OLE color: 602225.

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

Color convert

RGB 113 48 9 -
CMYK 0 0.58 0.92 0.56
HSL 22.5º 0.85% 0.24% -
HSV(B) 22.5º 0.92% 0.44% -
XYZ 7.92 5.64 0.93 -
YUV 62.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 113 48 9 0 0.58 0.92 0.56 22.5 0.85 0.24
Hex 71 30 9 0 3A 5C 38 16 55 18
Octal 161 60 11 0 72 134 70 26 125 30
Binary 1110001 110000 1001 0 111010 1011100 111000 10110 1010101 11000

Color Harmonies of #713009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713009

Black with #713009

Text Example


Text Example

White with #713009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713009; }

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

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

background-color css

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

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

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

border-color css

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

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

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