Html Css Color HEX #592201 Baker's Chocolate

📋 copy color: '#592201'

red 89 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #592201

Tints of Baker's Chocolate #592201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 71.77%
G = 27.42%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#592201 (or 0x592201) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 01. RGB value is (89,34,1). Sum of RGB (Red+Green+Blue) = 89+34+1=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #592201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592201 is #A6DDFE. Grayscale: #2E2E2E. Windows color (decimal): -10935807 or 74329. OLE color: 74329.

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

Color convert

RGB 89 34 1 -
CMYK 0 0.62 0.99 0.65
HSL 22.5º 0.98% 0.18% -
HSV(B) 22.5º 0.99% 0.35% -
XYZ 4.7 3.27 0.41 -
YUV 46.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 89 34 1 0 0.62 0.99 0.65 22.5 0.98 0.18
Hex 59 22 1 0 3E 63 41 16 62 12
Octal 131 42 1 0 76 143 101 26 142 22
Binary 1011001 100010 1 0 111110 1100011 1000001 10110 1100010 10010

Color Harmonies of #592201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592201

Black with #592201

Text Example


Text Example

White with #592201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592201; }

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

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

background-color css

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

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

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

border-color css

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

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

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