Html Css Color HEX #713105 Baker's Chocolate

📋 copy color: '#713105'

red 113 ◦ green 49 ◦ blue 5

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

Shades of Baker's Chocolate #713105

Tints of Baker's Chocolate #713105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 67.66%
G = 29.34%
B = 2.99%

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

#713105 (or 0x713105) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 05. RGB value is (113,49,5). Sum of RGB (Red+Green+Blue) = 113+49+5=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #713105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713105 is #8ECEFA. Grayscale: #3F3F3F. Windows color (decimal): -9359099 or 340337. OLE color: 340337.

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

Color convert

RGB 113 49 5 -
CMYK 0 0.57 0.96 0.56
HSL 24.44º 0.92% 0.23% -
HSV(B) 24.44º 0.96% 0.44% -
XYZ 7.94 5.72 0.83 -
YUV 63.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 113 49 5 0 0.57 0.96 0.56 24.44 0.92 0.23
Hex 71 31 5 0 39 60 38 18 5C 17
Octal 161 61 5 0 71 140 70 30 134 27
Binary 1110001 110001 101 0 111001 1100000 111000 11000 1011100 10111

Color Harmonies of #713105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713105

Black with #713105

Text Example


Text Example

White with #713105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713105; }

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

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

background-color css

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

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

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

border-color css

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

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

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