Html Css Color HEX #591B00 Baker's Chocolate

📋 copy color: '#591B00'

red 89 ◦ green 27 ◦ blue 0

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

Shades of Baker's Chocolate #591B00

Tints of Baker's Chocolate #591B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.28%

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

R = 76.72%
G = 23.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#591B00 (or 0x591B00) is known color: Baker's Chocolate. HEX triplet: 59, 1B and 00. RGB value is (89,27,0). Sum of RGB (Red+Green+Blue) = 89+27+0=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #591B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B00 is #A6E4FF. Grayscale: #2A2A2A. Windows color (decimal): -10937600 or 7001. OLE color: 7001.

HSL color Cylindrical-coordinate representation of color #591B00: hue angle of 18.2º 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 #591B00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 27 0 -
CMYK 0 0.70 1 0.65
HSL 18.2º 1% 0.17% -
HSV(B) 18.2º 1% 0.35% -
XYZ 4.51 2.91 0.32 -
YUV 42.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 89 27 0 0 0.70 1 0.65 18.2 1 0.17
Hex 59 1B 0 0 46 64 41 12 64 11
Octal 131 33 0 0 106 144 101 22 144 21
Binary 1011001 11011 0 0 1000110 1100100 1000001 10010 1100100 10001

Color Harmonies of #591B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B00

Black with #591B00

Text Example


Text Example

White with #591B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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