Html Css Color HEX #5B3019 Baker's Chocolate

📋 copy color: '#5B3019'

red 91 ◦ green 48 ◦ blue 25

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

Shades of Baker's Chocolate #5B3019

Tints of Baker's Chocolate #5B3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 55.49%
G = 29.27%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#5B3019 (or 0x5B3019) is known color: Baker's Chocolate. HEX triplet: 5B, 30 and 19. RGB value is (91,48,25). Sum of RGB (Red+Green+Blue) = 91+48+25=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3019 is #A4CFE6. Grayscale: #3A3A3A. Windows color (decimal): -10801127 or 1650779. OLE color: 1650779.

HSL color Cylindrical-coordinate representation of color #5B3019: hue angle of 20.91º 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 #5B3019 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 48 25 -
CMYK 0 0.47 0.73 0.64
HSL 20.91º 0.57% 0.23% -
HSV(B) 20.91º 0.73% 0.36% -
XYZ 5.55 4.41 1.48 -
YUV 58.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 91 48 25 0 0.47 0.73 0.64 20.91 0.57 0.23
Hex 5B 30 19 0 2F 49 40 15 39 17
Octal 133 60 31 0 57 111 100 25 71 27
Binary 1011011 110000 11001 0 101111 1001001 1000000 10101 111001 10111

Color Harmonies of #5B3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3019

Black with #5B3019

Text Example


Text Example

White with #5B3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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