Html Css Color HEX #5B2109 Baker's Chocolate

📋 copy color: '#5B2109'

red 91 ◦ green 33 ◦ blue 9

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

Shades of Baker's Chocolate #5B2109

Tints of Baker's Chocolate #5B2109

RGB

 RED value IS 91 (35.94% from 255) = 68.42%

 GREEN value IS 33 (13.28% from 255) = 24.81%

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 68.42%
G = 24.81%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5B2109 (or 0x5B2109) is known color: Baker's Chocolate. HEX triplet: 5B, 21 and 09. RGB value is (91,33,9). Sum of RGB (Red+Green+Blue) = 91+33+9=133 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.42% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2109 is #A4DEF6. Grayscale: #2F2F2F. Windows color (decimal): -10804983 or 598363. OLE color: 598363.

HSL color Cylindrical-coordinate representation of color #5B2109: hue angle of 17.56º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B2109 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 33 9 -
CMYK 0 0.64 0.90 0.64
HSL 17.56º 0.82% 0.2% -
HSV(B) 17.56º 0.9% 0.36% -
XYZ 4.91 3.33 0.64 -
YUV 47.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 91 33 9 0 0.64 0.90 0.64 17.56 0.82 0.2
Hex 5B 21 9 0 40 5A 40 12 52 14
Octal 133 41 11 0 100 132 100 22 122 24
Binary 1011011 100001 1001 0 1000000 1011010 1000000 10010 1010010 10100

Color Harmonies of #5B2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2109

Black with #5B2109

Text Example


Text Example

White with #5B2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B2109; }

 p { color: rgb(91,33,9); }

 H1.HeaderClassName
 {
   color: #5B2109;
 }
 .AnyTagClassName
 {
   color: #5B2109;
 }
</style>

background-color css

<style>
 a { background-color: #5B2109; }

 a { background-color: rgb(91,33,9); }

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

border-color css

<style>
 span { border-color: #5B2109; }

 span { border-color: rgb(91,33,9); }

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