Html Css Color HEX #592001 Baker's Chocolate

📋 copy color: '#592001'

red 89 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #592001

Tints of Baker's Chocolate #592001

RGB

 RED value IS 89 (35.16% from 255) = 72.95%

 GREEN value IS 32 (12.89% from 255) = 26.23%

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

R = 72.95%
G = 26.23%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#592001 (or 0x592001) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 01. RGB value is (89,32,1). Sum of RGB (Red+Green+Blue) = 89+32+1=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #592001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592001 is #A6DFFE. Grayscale: #2D2D2D. Windows color (decimal): -10936319 or 73817. OLE color: 73817.

HSL color Cylindrical-coordinate representation of color #592001: hue angle of 21.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #592001 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 1 -
CMYK 0 0.64 0.99 0.65
HSL 21.14º 0.98% 0.18% -
HSV(B) 21.14º 0.99% 0.35% -
XYZ 4.64 3.16 0.39 -
YUV 45.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 89 32 1 0 0.64 0.99 0.65 21.14 0.98 0.18
Hex 59 20 1 0 40 63 41 15 62 12
Octal 131 40 1 0 100 143 101 25 142 22
Binary 1011001 100000 1 0 1000000 1100011 1000001 10101 1100010 10010

Color Harmonies of #592001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592001

Black with #592001

Text Example


Text Example

White with #592001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592001; }

 p { color: rgb(89,32,1); }

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

background-color css

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

 a { background-color: rgb(89,32,1); }

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

border-color css

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

 span { border-color: rgb(89,32,1); }

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