Html Css Color HEX #592C0E Baker's Chocolate

📋 copy color: '#592C0E'

red 89 ◦ green 44 ◦ blue 14

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

Shades of Baker's Chocolate #592C0E

Tints of Baker's Chocolate #592C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 60.54%
G = 29.93%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#592C0E (or 0x592C0E) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 0E. RGB value is (89,44,14). Sum of RGB (Red+Green+Blue) = 89+44+14=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #592C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C0E is #A6D3F1. Grayscale: #363636. Windows color (decimal): -10933234 or 928857. OLE color: 928857.

HSL color Cylindrical-coordinate representation of color #592C0E: hue angle of 24º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #592C0E is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 44 14 -
CMYK 0 0.51 0.84 0.65
HSL 24º 0.73% 0.2% -
HSV(B) 24º 0.84% 0.35% -
XYZ 5.1 3.96 0.91 -
YUV 54.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 89 44 14 0 0.51 0.84 0.65 24 0.73 0.2
Hex 59 2C E 0 33 54 41 18 49 14
Octal 131 54 16 0 63 124 101 30 111 24
Binary 1011001 101100 1110 0 110011 1010100 1000001 11000 1001001 10100

Color Harmonies of #592C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C0E

Black with #592C0E

Text Example


Text Example

White with #592C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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