Html Css Color HEX #59330F Baker's Chocolate

📋 copy color: '#59330F'

red 89 ◦ green 51 ◦ blue 15

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

Shades of Baker's Chocolate #59330F

Tints of Baker's Chocolate #59330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 57.42%
G = 32.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59330F (or 0x59330F) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 0F. RGB value is (89,51,15). Sum of RGB (Red+Green+Blue) = 89+51+15=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59330F is #A6CCF0. Grayscale: #3A3A3A. Windows color (decimal): -10931441 or 996185. OLE color: 996185.

HSL color Cylindrical-coordinate representation of color #59330F: hue angle of 29.19º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59330F is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 51 15 -
CMYK 0 0.43 0.83 0.65
HSL 29.19º 0.71% 0.2% -
HSV(B) 29.19º 0.83% 0.35% -
XYZ 5.39 4.53 1.04 -
YUV 58.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 89 51 15 0 0.43 0.83 0.65 29.19 0.71 0.2
Hex 59 33 F 0 2B 53 41 1D 47 14
Octal 131 63 17 0 53 123 101 35 107 24
Binary 1011001 110011 1111 0 101011 1010011 1000001 11101 1000111 10100

Color Harmonies of #59330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59330F

Black with #59330F

Text Example


Text Example

White with #59330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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