Html Css Color HEX #591C00 Baker's Chocolate

📋 copy color: '#591C00'

red 89 ◦ green 28 ◦ blue 0

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

Shades of Baker's Chocolate #591C00

Tints of Baker's Chocolate #591C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.93%

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

R = 76.07%
G = 23.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#591C00 (or 0x591C00) is known color: Baker's Chocolate. HEX triplet: 59, 1C and 00. RGB value is (89,28,0). Sum of RGB (Red+Green+Blue) = 89+28+0=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C00 is #A6E3FF. Grayscale: #2B2B2B. Windows color (decimal): -10937344 or 7257. OLE color: 7257.

HSL color Cylindrical-coordinate representation of color #591C00: hue angle of 18.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #591C00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 28 0 -
CMYK 0 0.69 1 0.65
HSL 18.88º 1% 0.17% -
HSV(B) 18.88º 1% 0.35% -
XYZ 4.54 2.95 0.33 -
YUV 43.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 89 28 0 0 0.69 1 0.65 18.88 1 0.17
Hex 59 1C 0 0 45 64 41 13 64 11
Octal 131 34 0 0 105 144 101 23 144 21
Binary 1011001 11100 0 0 1000101 1100100 1000001 10011 1100100 10001

Color Harmonies of #591C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C00

Black with #591C00

Text Example


Text Example

White with #591C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591C00; }

 p { color: rgb(89,28,0); }

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

background-color css

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

 a { background-color: rgb(89,28,0); }

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

border-color css

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

 span { border-color: rgb(89,28,0); }

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