Html Css Color HEX #713001 Baker's Chocolate

📋 copy color: '#713001'

red 113 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #713001

Tints of Baker's Chocolate #713001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 69.75%
G = 29.63%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#713001 (or 0x713001) is known color: Baker's Chocolate. HEX triplet: 71, 30 and 01. RGB value is (113,48,1). Sum of RGB (Red+Green+Blue) = 113+48+1=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #713001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713001 is #8ECFFE. Grayscale: #3E3E3E. Windows color (decimal): -9359359 or 77937. OLE color: 77937.

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

Color convert

RGB 113 48 1 -
CMYK 0 0.58 0.99 0.56
HSL 25.18º 0.98% 0.22% -
HSV(B) 25.18º 0.99% 0.44% -
XYZ 7.87 5.63 0.7 -
YUV 62.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 113 48 1 0 0.58 0.99 0.56 25.18 0.98 0.22
Hex 71 30 1 0 3A 63 38 19 62 16
Octal 161 60 1 0 72 143 70 31 142 26
Binary 1110001 110000 1 0 111010 1100011 111000 11001 1100010 10110

Color Harmonies of #713001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713001

Black with #713001

Text Example


Text Example

White with #713001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713001; }

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

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

background-color css

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

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

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

border-color css

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

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

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