Html Css Color HEX #713200 Baker's Chocolate

📋 copy color: '#713200'

red 113 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #713200

Tints of Baker's Chocolate #713200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.33%
G = 30.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#713200 (or 0x713200) is known color: Baker's Chocolate. HEX triplet: 71, 32 and 00. RGB value is (113,50,0). Sum of RGB (Red+Green+Blue) = 113+50+0=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #713200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713200 is #8ECDFF. Grayscale: #3F3F3F. Windows color (decimal): -9358848 or 12913. OLE color: 12913.

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

Color convert

RGB 113 50 0 -
CMYK 0 0.56 1 0.56
HSL 26.55º 1% 0.22% -
HSV(B) 26.55º 1% 0.44% -
XYZ 7.95 5.79 0.7 -
YUV 63.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 113 50 0 0 0.56 1 0.56 26.55 1 0.22
Hex 71 32 0 0 38 64 38 1B 64 16
Octal 161 62 0 0 70 144 70 33 144 26
Binary 1110001 110010 0 0 111000 1100100 111000 11011 1100100 10110

Color Harmonies of #713200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713200

Black with #713200

Text Example


Text Example

White with #713200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713200; }

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

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

background-color css

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

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

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

border-color css

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

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

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