Html Css Color HEX #713000 Baker's Chocolate

📋 copy color: '#713000'

red 113 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #713000

Tints of Baker's Chocolate #713000

RGB

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

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

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

R = 70.19%
G = 29.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#713000 (or 0x713000) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 00. RGB value is (113,48,0). Sum of RGB (Red+Green+Blue) = 113+48+0=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #713000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713000 is #8ECFFF. Grayscale: #3E3E3E. Windows color (decimal): -9359360 or 12401. OLE color: 12401.

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

Color convert

RGB 113 48 0 -
CMYK 0 0.58 1 0.56
HSL 25.49º 1% 0.22% -
HSV(B) 25.49º 1% 0.44% -
XYZ 7.87 5.62 0.67 -
YUV 61.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 113 48 0 0 0.58 1 0.56 25.49 1 0.22
Hex 71 30 0 0 3A 64 38 19 64 16
Octal 161 60 0 0 72 144 70 31 144 26
Binary 1110001 110000 0 0 111010 1100100 111000 11001 1100100 10110

Color Harmonies of #713000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713000

Black with #713000

Text Example


Text Example

White with #713000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713000; }

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

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

background-color css

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

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

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

border-color css

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

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

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