Html Css Color HEX #59300C Baker's Chocolate

📋 copy color: '#59300C'

red 89 ◦ green 48 ◦ blue 12

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

Shades of Baker's Chocolate #59300C

Tints of Baker's Chocolate #59300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 59.73%
G = 32.21%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59300C (or 0x59300C) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 0C. RGB value is (89,48,12). Sum of RGB (Red+Green+Blue) = 89+48+12=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59300C is #A6CFF3. Grayscale: #383838. Windows color (decimal): -10932212 or 798809. OLE color: 798809.

HSL color Cylindrical-coordinate representation of color #59300C: hue angle of 28.05º 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 #59300C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 12 -
CMYK 0 0.46 0.87 0.65
HSL 28.05º 0.76% 0.2% -
HSV(B) 28.05º 0.87% 0.35% -
XYZ 5.24 4.26 0.89 -
YUV 56.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 89 48 12 0 0.46 0.87 0.65 28.05 0.76 0.2
Hex 59 30 C 0 2E 57 41 1C 4C 14
Octal 131 60 14 0 56 127 101 34 114 24
Binary 1011001 110000 1100 0 101110 1010111 1000001 11100 1001100 10100

Color Harmonies of #59300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59300C

Black with #59300C

Text Example


Text Example

White with #59300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59300C; }

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

 H1.HeaderClassName
 {
   color: #59300C;
 }
 .AnyTagClassName
 {
   color: #59300C;
 }
</style>

background-color css

<style>
 a { background-color: #59300C; }

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

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

border-color css

<style>
 span { border-color: #59300C; }

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

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