Html Css Color HEX #591A02 Baker's Chocolate

📋 copy color: '#591A02'

red 89 ◦ green 26 ◦ blue 2

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

Shades of Baker's Chocolate #591A02

Tints of Baker's Chocolate #591A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.22%

 BLUE value IS 2 (1.17% from 255) = 1.71%

R = 76.07%
G = 22.22%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#591A02 (or 0x591A02) is known color: Baker's Chocolate. HEX triplet: 59, 1A and 02. RGB value is (89,26,2). Sum of RGB (Red+Green+Blue) = 89+26+2=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A02 is #A6E5FD. Grayscale: #2A2A2A. Windows color (decimal): -10937854 or 137817. OLE color: 137817.

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

Color convert

RGB 89 26 2 -
CMYK 0 0.71 0.98 0.65
HSL 16.55º 0.96% 0.18% -
HSV(B) 16.55º 0.98% 0.35% -
XYZ 4.5 2.87 0.37 -
YUV 42.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 89 26 2 0 0.71 0.98 0.65 16.55 0.96 0.18
Hex 59 1A 2 0 47 62 41 11 60 12
Octal 131 32 2 0 107 142 101 21 140 22
Binary 1011001 11010 10 0 1000111 1100010 1000001 10001 1100000 10010

Color Harmonies of #591A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A02

Black with #591A02

Text Example


Text Example

White with #591A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,26,2); }

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

background-color css

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

 a { background-color: rgb(89,26,2); }

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

border-color css

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

 span { border-color: rgb(89,26,2); }

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