Html Css Color HEX #592C04 Baker's Chocolate

📋 copy color: '#592C04'

red 89 ◦ green 44 ◦ blue 4

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

Shades of Baker's Chocolate #592C04

Tints of Baker's Chocolate #592C04

RGB

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

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

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

R = 64.96%
G = 32.12%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#592C04 (or 0x592C04) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 04. RGB value is (89,44,4). Sum of RGB (Red+Green+Blue) = 89+44+4=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #592C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C04 is #A6D3FB. Grayscale: #353535. Windows color (decimal): -10933244 or 273497. OLE color: 273497.

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

Color convert

RGB 89 44 4 -
CMYK 0 0.51 0.96 0.65
HSL 28.24º 0.91% 0.18% -
HSV(B) 28.24º 0.96% 0.35% -
XYZ 5.04 3.93 0.61 -
YUV 52.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 89 44 4 0 0.51 0.96 0.65 28.24 0.91 0.18
Hex 59 2C 4 0 33 60 41 1C 5B 12
Octal 131 54 4 0 63 140 101 34 133 22
Binary 1011001 101100 100 0 110011 1100000 1000001 11100 1011011 10010

Color Harmonies of #592C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C04

Black with #592C04

Text Example


Text Example

White with #592C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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