Html Css Color HEX #713205 Baker's Chocolate

📋 copy color: '#713205'

red 113 ◦ green 50 ◦ blue 5

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

Shades of Baker's Chocolate #713205

Tints of Baker's Chocolate #713205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

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

R = 67.26%
G = 29.76%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713205 (or 0x713205) is known color: Baker's Chocolate. HEX triplet: 71, 32 and 05. RGB value is (113,50,5). Sum of RGB (Red+Green+Blue) = 113+50+5=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #713205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713205 is #8ECDFA. Grayscale: #3F3F3F. Windows color (decimal): -9358843 or 340593. OLE color: 340593.

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

Color convert

RGB 113 50 5 -
CMYK 0 0.56 0.96 0.56
HSL 25º 0.92% 0.23% -
HSV(B) 25º 0.96% 0.44% -
XYZ 7.98 5.8 0.84 -
YUV 63.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 113 50 5 0 0.56 0.96 0.56 25 0.92 0.23
Hex 71 32 5 0 38 60 38 19 5C 17
Octal 161 62 5 0 70 140 70 31 134 27
Binary 1110001 110010 101 0 111000 1100000 111000 11001 1011100 10111

Color Harmonies of #713205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713205

Black with #713205

Text Example


Text Example

White with #713205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713205; }

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

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

background-color css

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

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

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

border-color css

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

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

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