Html Css Color HEX #59330C Baker's Chocolate

📋 copy color: '#59330C'

red 89 ◦ green 51 ◦ blue 12

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

Shades of Baker's Chocolate #59330C

Tints of Baker's Chocolate #59330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

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

R = 58.55%
G = 33.55%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59330C (or 0x59330C) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 0C. RGB value is (89,51,12). Sum of RGB (Red+Green+Blue) = 89+51+12=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59330C is #A6CCF3. Grayscale: #3A3A3A. Windows color (decimal): -10931444 or 799577. OLE color: 799577.

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

Color convert

RGB 89 51 12 -
CMYK 0 0.43 0.87 0.65
HSL 30.39º 0.76% 0.2% -
HSV(B) 30.39º 0.87% 0.35% -
XYZ 5.37 4.52 0.94 -
YUV 57.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 89 51 12 0 0.43 0.87 0.65 30.39 0.76 0.2
Hex 59 33 C 0 2B 57 41 1E 4C 14
Octal 131 63 14 0 53 127 101 36 114 24
Binary 1011001 110011 1100 0 101011 1010111 1000001 11110 1001100 10100

Color Harmonies of #59330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59330C

Black with #59330C

Text Example


Text Example

White with #59330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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