Html Css Color HEX #593D0C Baker's Chocolate

📋 copy color: '#593D0C'

red 89 ◦ green 61 ◦ blue 12

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

Shades of Baker's Chocolate #593D0C

Tints of Baker's Chocolate #593D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.65%

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 54.94%
G = 37.65%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#593D0C (or 0x593D0C) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 0C. RGB value is (89,61,12). Sum of RGB (Red+Green+Blue) = 89+61+12=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D0C is #A6C2F3. Grayscale: #404040. Windows color (decimal): -10928884 or 802137. OLE color: 802137.

HSL color Cylindrical-coordinate representation of color #593D0C: hue angle of 38.18º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #593D0C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 61 12 -
CMYK 0 0.31 0.87 0.65
HSL 38.18º 0.76% 0.2% -
HSV(B) 38.18º 0.87% 0.35% -
XYZ 5.85 5.49 1.1 -
YUV 63.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 89 61 12 0 0.31 0.87 0.65 38.18 0.76 0.2
Hex 59 3D C 0 1F 57 41 26 4C 14
Octal 131 75 14 0 37 127 101 46 114 24
Binary 1011001 111101 1100 0 11111 1010111 1000001 100110 1001100 10100

Color Harmonies of #593D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D0C

Black with #593D0C

Text Example


Text Example

White with #593D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,61,12); }

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

background-color css

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

 a { background-color: rgb(89,61,12); }

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

border-color css

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

 span { border-color: rgb(89,61,12); }

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