Html Css Color HEX #592C00 Baker's Chocolate

📋 copy color: '#592C00'

red 89 ◦ green 44 ◦ blue 0

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

Shades of Baker's Chocolate #592C00

Tints of Baker's Chocolate #592C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.08%

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

R = 66.92%
G = 33.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#592C00 (or 0x592C00) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 00. RGB value is (89,44,0). Sum of RGB (Red+Green+Blue) = 89+44+0=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C00 is #A6D3FF. Grayscale: #343434. Windows color (decimal): -10933248 or 11353. OLE color: 11353.

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

Color convert

RGB 89 44 0 -
CMYK 0 0.51 1 0.65
HSL 29.66º 1% 0.17% -
HSV(B) 29.66º 1% 0.35% -
XYZ 5.02 3.93 0.49 -
YUV 52.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 89 44 0 0 0.51 1 0.65 29.66 1 0.17
Hex 59 2C 0 0 33 64 41 1E 64 11
Octal 131 54 0 0 63 144 101 36 144 21
Binary 1011001 101100 0 0 110011 1100100 1000001 11110 1100100 10001

Color Harmonies of #592C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C00

Black with #592C00

Text Example


Text Example

White with #592C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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