Html Css Color HEX #593F0E Baker's Chocolate

📋 copy color: '#593F0E'

red 89 ◦ green 63 ◦ blue 14

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

Shades of Baker's Chocolate #593F0E

Tints of Baker's Chocolate #593F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 37.95%

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

R = 53.61%
G = 37.95%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#593F0E (or 0x593F0E) is known color: Baker's Chocolate. HEX triplet: 59, 3F and 0E. RGB value is (89,63,14). Sum of RGB (Red+Green+Blue) = 89+63+14=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #593F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F0E is #A6C0F1. Grayscale: #414141. Windows color (decimal): -10928370 or 933721. OLE color: 933721.

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

Color convert

RGB 89 63 14 -
CMYK 0 0.29 0.84 0.65
HSL 39.2º 0.73% 0.2% -
HSV(B) 39.2º 0.84% 0.35% -
XYZ 5.98 5.71 1.2 -
YUV 65.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 89 63 14 0 0.29 0.84 0.65 39.2 0.73 0.2
Hex 59 3F E 0 1D 54 41 27 49 14
Octal 131 77 16 0 35 124 101 47 111 24
Binary 1011001 111111 1110 0 11101 1010100 1000001 100111 1001001 10100

Color Harmonies of #593F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F0E

Black with #593F0E

Text Example


Text Example

White with #593F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593F0E; }

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

 H1.HeaderClassName
 {
   color: #593F0E;
 }
 .AnyTagClassName
 {
   color: #593F0E;
 }
</style>

background-color css

<style>
 a { background-color: #593F0E; }

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

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

border-color css

<style>
 span { border-color: #593F0E; }

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

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