Html Css Color HEX #591B04 Baker's Chocolate

📋 copy color: '#591B04'

red 89 ◦ green 27 ◦ blue 4

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

Shades of Baker's Chocolate #591B04

Tints of Baker's Chocolate #591B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 74.17%
G = 22.5%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#591B04 (or 0x591B04) is known color: Baker's Chocolate. HEX triplet: 59, 1B and 04. RGB value is (89,27,4). Sum of RGB (Red+Green+Blue) = 89+27+4=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #591B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B04 is #A6E4FB. Grayscale: #2B2B2B. Windows color (decimal): -10937596 or 269145. OLE color: 269145.

HSL color Cylindrical-coordinate representation of color #591B04: hue angle of 16.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #591B04 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 27 4 -
CMYK 0 0.70 0.96 0.65
HSL 16.24º 0.91% 0.18% -
HSV(B) 16.24º 0.96% 0.35% -
XYZ 4.53 2.92 0.44 -
YUV 42.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 89 27 4 0 0.70 0.96 0.65 16.24 0.91 0.18
Hex 59 1B 4 0 46 60 41 10 5B 12
Octal 131 33 4 0 106 140 101 20 133 22
Binary 1011001 11011 100 0 1000110 1100000 1000001 10000 1011011 10010

Color Harmonies of #591B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B04

Black with #591B04

Text Example


Text Example

White with #591B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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