Html Css Color HEX #592B0B Baker's Chocolate

📋 copy color: '#592B0B'

red 89 ◦ green 43 ◦ blue 11

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

Shades of Baker's Chocolate #592B0B

Tints of Baker's Chocolate #592B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

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

R = 62.24%
G = 30.07%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#592B0B (or 0x592B0B) is known color: Baker's Chocolate. HEX triplet: 59, 2B and 0B. RGB value is (89,43,11). Sum of RGB (Red+Green+Blue) = 89+43+11=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #592B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592B0B is #A6D4F4. Grayscale: #353535. Windows color (decimal): -10933493 or 731993. OLE color: 731993.

HSL color Cylindrical-coordinate representation of color #592B0B: hue angle of 24.62º 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 #592B0B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 43 11 -
CMYK 0 0.52 0.88 0.65
HSL 24.62º 0.78% 0.2% -
HSV(B) 24.62º 0.88% 0.35% -
XYZ 5.04 3.88 0.8 -
YUV 53.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 89 43 11 0 0.52 0.88 0.65 24.62 0.78 0.2
Hex 59 2B B 0 34 58 41 19 4E 14
Octal 131 53 13 0 64 130 101 31 116 24
Binary 1011001 101011 1011 0 110100 1011000 1000001 11001 1001110 10100

Color Harmonies of #592B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B0B

Black with #592B0B

Text Example


Text Example

White with #592B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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