Html Css Color HEX #592D00 Baker's Chocolate

📋 copy color: '#592D00'

red 89 ◦ green 45 ◦ blue 0

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

Shades of Baker's Chocolate #592D00

Tints of Baker's Chocolate #592D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.58%

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

R = 66.42%
G = 33.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#592D00 (or 0x592D00) is known color: Baker's Chocolate. HEX triplet: 59, 2D and 00. RGB value is (89,45,0). Sum of RGB (Red+Green+Blue) = 89+45+0=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #592D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D00 is #A6D2FF. Grayscale: #353535. Windows color (decimal): -10932992 or 11609. OLE color: 11609.

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

Color convert

RGB 89 45 0 -
CMYK 0 0.49 1 0.65
HSL 30.34º 1% 0.17% -
HSV(B) 30.34º 1% 0.35% -
XYZ 5.06 4 0.51 -
YUV 53.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 89 45 0 0 0.49 1 0.65 30.34 1 0.17
Hex 59 2D 0 0 31 64 41 1E 64 11
Octal 131 55 0 0 61 144 101 36 144 21
Binary 1011001 101101 0 0 110001 1100100 1000001 11110 1100100 10001

Color Harmonies of #592D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D00

Black with #592D00

Text Example


Text Example

White with #592D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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