Html Css Color HEX #592D0E Baker's Chocolate

📋 copy color: '#592D0E'

red 89 ◦ green 45 ◦ blue 14

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

Shades of Baker's Chocolate #592D0E

Tints of Baker's Chocolate #592D0E

RGB

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

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

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

R = 60.14%
G = 30.41%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#592D0E (or 0x592D0E) is known color: Baker's Chocolate. HEX triplet: 59, 2D and 0E. RGB value is (89,45,14). Sum of RGB (Red+Green+Blue) = 89+45+14=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D0E is #A6D2F1. Grayscale: #363636. Windows color (decimal): -10932978 or 929113. OLE color: 929113.

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

Color convert

RGB 89 45 14 -
CMYK 0 0.49 0.84 0.65
HSL 24.8º 0.73% 0.2% -
HSV(B) 24.8º 0.84% 0.35% -
XYZ 5.14 4.03 0.92 -
YUV 54.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 89 45 14 0 0.49 0.84 0.65 24.8 0.73 0.2
Hex 59 2D E 0 31 54 41 19 49 14
Octal 131 55 16 0 61 124 101 31 111 24
Binary 1011001 101101 1110 0 110001 1010100 1000001 11001 1001001 10100

Color Harmonies of #592D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D0E

Black with #592D0E

Text Example


Text Example

White with #592D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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