Html Css Color HEX #592D0B Baker's Chocolate

📋 copy color: '#592D0B'

red 89 ◦ green 45 ◦ blue 11

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

Shades of Baker's Chocolate #592D0B

Tints of Baker's Chocolate #592D0B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.03%

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 61.38%
G = 31.03%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#592D0B (or 0x592D0B) is known color: Baker's Chocolate. HEX triplet: 59, 2D and 0B. RGB value is (89,45,11). Sum of RGB (Red+Green+Blue) = 89+45+11=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D0B is #A6D2F4. Grayscale: #363636. Windows color (decimal): -10932981 or 732505. OLE color: 732505.

HSL color Cylindrical-coordinate representation of color #592D0B: hue angle of 26.15º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #592D0B is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 45 11 -
CMYK 0 0.49 0.88 0.65
HSL 26.15º 0.78% 0.2% -
HSV(B) 26.15º 0.88% 0.35% -
XYZ 5.12 4.02 0.82 -
YUV 54.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 89 45 11 0 0.49 0.88 0.65 26.15 0.78 0.2
Hex 59 2D B 0 31 58 41 1A 4E 14
Octal 131 55 13 0 61 130 101 32 116 24
Binary 1011001 101101 1011 0 110001 1011000 1000001 11010 1001110 10100

Color Harmonies of #592D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D0B

Black with #592D0B

Text Example


Text Example

White with #592D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592D0B; }

 p { color: rgb(89,45,11); }

 H1.HeaderClassName
 {
   color: #592D0B;
 }
 .AnyTagClassName
 {
   color: #592D0B;
 }
</style>

background-color css

<style>
 a { background-color: #592D0B; }

 a { background-color: rgb(89,45,11); }

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

border-color css

<style>
 span { border-color: #592D0B; }

 span { border-color: rgb(89,45,11); }

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