Html Css Color HEX #713005 Baker's Chocolate

📋 copy color: '#713005'

red 113 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #713005

Tints of Baker's Chocolate #713005

RGB

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

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

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

R = 68.07%
G = 28.92%
B = 3.01%

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

#713005 (or 0x713005) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 05. RGB value is (113,48,5). Sum of RGB (Red+Green+Blue) = 113+48+5=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #713005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713005 is #8ECFFA. Grayscale: #3E3E3E. Windows color (decimal): -9359355 or 340081. OLE color: 340081.

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

Color convert

RGB 113 48 5 -
CMYK 0 0.58 0.96 0.56
HSL 23.89º 0.92% 0.23% -
HSV(B) 23.89º 0.96% 0.44% -
XYZ 7.89 5.64 0.82 -
YUV 62.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 113 48 5 0 0.58 0.96 0.56 23.89 0.92 0.23
Hex 71 30 5 0 3A 60 38 18 5C 17
Octal 161 60 5 0 72 140 70 30 134 27
Binary 1110001 110000 101 0 111010 1100000 111000 11000 1011100 10111

Color Harmonies of #713005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713005

Black with #713005

Text Example


Text Example

White with #713005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713005; }

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

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

background-color css

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

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

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

border-color css

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

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

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