Html Css Color HEX #592501 Baker's Chocolate

📋 copy color: '#592501'

red 89 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #592501

Tints of Baker's Chocolate #592501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

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

R = 70.08%
G = 29.13%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#592501 (or 0x592501) is known color: Baker's Chocolate. HEX triplet: 59, 25 and 01. RGB value is (89,37,1). Sum of RGB (Red+Green+Blue) = 89+37+1=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592501 is #A6DAFE. Grayscale: #303030. Windows color (decimal): -10935039 or 75097. OLE color: 75097.

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

Color convert

RGB 89 37 1 -
CMYK 0 0.58 0.99 0.65
HSL 24.55º 0.98% 0.18% -
HSV(B) 24.55º 0.99% 0.35% -
XYZ 4.79 3.45 0.44 -
YUV 48.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 89 37 1 0 0.58 0.99 0.65 24.55 0.98 0.18
Hex 59 25 1 0 3A 63 41 19 62 12
Octal 131 45 1 0 72 143 101 31 142 22
Binary 1011001 100101 1 0 111010 1100011 1000001 11001 1100010 10010

Color Harmonies of #592501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592501

Black with #592501

Text Example


Text Example

White with #592501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592501; }

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

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

background-color css

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

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

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

border-color css

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

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

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