Html Css Color HEX #713107 Baker's Chocolate

📋 copy color: '#713107'

red 113 ◦ green 49 ◦ blue 7

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

Shades of Baker's Chocolate #713107

Tints of Baker's Chocolate #713107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 7 (3.13% from 255) = 4.14%

R = 66.86%
G = 28.99%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713107 (or 0x713107) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 07. RGB value is (113,49,7). Sum of RGB (Red+Green+Blue) = 113+49+7=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713107 is #8ECEF8. Grayscale: #3F3F3F. Windows color (decimal): -9359097 or 471409. OLE color: 471409.

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

Color convert

RGB 113 49 7 -
CMYK 0 0.57 0.94 0.56
HSL 23.77º 0.88% 0.24% -
HSV(B) 23.77º 0.94% 0.44% -
XYZ 7.95 5.72 0.89 -
YUV 63.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 113 49 7 0 0.57 0.94 0.56 23.77 0.88 0.24
Hex 71 31 7 0 39 5E 38 18 58 18
Octal 161 61 7 0 71 136 70 30 130 30
Binary 1110001 110001 111 0 111001 1011110 111000 11000 1011000 11000

Color Harmonies of #713107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713107

Black with #713107

Text Example


Text Example

White with #713107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713107; }

 p { color: rgb(113,49,7); }

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

background-color css

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

 a { background-color: rgb(113,49,7); }

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

border-color css

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

 span { border-color: rgb(113,49,7); }

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