Html Css Color HEX #713100 Baker's Chocolate

📋 copy color: '#713100'

red 113 ◦ green 49 ◦ blue 0

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

Shades of Baker's Chocolate #713100

Tints of Baker's Chocolate #713100

RGB

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

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

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

R = 69.75%
G = 30.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#713100 (or 0x713100) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 00. RGB value is (113,49,0). Sum of RGB (Red+Green+Blue) = 113+49+0=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #713100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713100 is #8ECEFF. Grayscale: #3E3E3E. Windows color (decimal): -9359104 or 12657. OLE color: 12657.

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

Color convert

RGB 113 49 0 -
CMYK 0 0.57 1 0.56
HSL 26.02º 1% 0.22% -
HSV(B) 26.02º 1% 0.44% -
XYZ 7.91 5.71 0.68 -
YUV 62.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 113 49 0 0 0.57 1 0.56 26.02 1 0.22
Hex 71 31 0 0 39 64 38 1A 64 16
Octal 161 61 0 0 71 144 70 32 144 26
Binary 1110001 110001 0 0 111001 1100100 111000 11010 1100100 10110

Color Harmonies of #713100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713100

Black with #713100

Text Example


Text Example

White with #713100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713100; }

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

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

background-color css

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

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

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

border-color css

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

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

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