Html Css Color HEX #5B3319 Baker's Chocolate

📋 copy color: '#5B3319'

red 91 ◦ green 51 ◦ blue 25

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

Shades of Baker's Chocolate #5B3319

Tints of Baker's Chocolate #5B3319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 54.49%
G = 30.54%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#5B3319 (or 0x5B3319) is known color: Baker's Chocolate. HEX triplet: 5B, 33 and 19. RGB value is (91,51,25). Sum of RGB (Red+Green+Blue) = 91+51+25=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3319 is #A4CCE6. Grayscale: #3C3C3C. Windows color (decimal): -10800359 or 1651547. OLE color: 1651547.

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

Color convert

RGB 91 51 25 -
CMYK 0 0.44 0.73 0.64
HSL 23.64º 0.57% 0.23% -
HSV(B) 23.64º 0.73% 0.36% -
XYZ 5.67 4.66 1.52 -
YUV 60 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 91 51 25 0 0.44 0.73 0.64 23.64 0.57 0.23
Hex 5B 33 19 0 2C 49 40 18 39 17
Octal 133 63 31 0 54 111 100 30 71 27
Binary 1011011 110011 11001 0 101100 1001001 1000000 11000 111001 10111

Color Harmonies of #5B3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3319

Black with #5B3319

Text Example


Text Example

White with #5B3319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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