Html Css Color HEX #5B3C19 Baker's Chocolate

📋 copy color: '#5B3C19'

red 91 ◦ green 60 ◦ blue 25

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

Shades of Baker's Chocolate #5B3C19

Tints of Baker's Chocolate #5B3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 51.7%
G = 34.09%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#5B3C19 (or 0x5B3C19) is known color: Baker's Chocolate. HEX triplet: 5B, 3C and 19. RGB value is (91,60,25). Sum of RGB (Red+Green+Blue) = 91+60+25=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3C19 is #A4C3E6. Grayscale: #414141. Windows color (decimal): -10798055 or 1653851. OLE color: 1653851.

HSL color Cylindrical-coordinate representation of color #5B3C19: hue angle of 31.82º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B3C19 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 60 25 -
CMYK 0 0.34 0.73 0.64
HSL 31.82º 0.57% 0.23% -
HSV(B) 31.82º 0.73% 0.36% -
XYZ 6.11 5.53 1.66 -
YUV 65.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 91 60 25 0 0.34 0.73 0.64 31.82 0.57 0.23
Hex 5B 3C 19 0 22 49 40 20 39 17
Octal 133 74 31 0 42 111 100 40 71 27
Binary 1011011 111100 11001 0 100010 1001001 1000000 100000 111001 10111

Color Harmonies of #5B3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3C19

Black with #5B3C19

Text Example


Text Example

White with #5B3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,60,25); }

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

background-color css

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

 a { background-color: rgb(91,60,25); }

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

border-color css

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

 span { border-color: rgb(91,60,25); }

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