Html Css Color HEX #5B3117 Baker's Chocolate

📋 copy color: '#5B3117'

red 91 ◦ green 49 ◦ blue 23

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

Shades of Baker's Chocolate #5B3117

Tints of Baker's Chocolate #5B3117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 23 (9.38% from 255) = 14.11%

R = 55.83%
G = 30.06%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5B3117 (or 0x5B3117) is known color: Baker's Chocolate. HEX triplet: 5B, 31 and 17. RGB value is (91,49,23). Sum of RGB (Red+Green+Blue) = 91+49+23=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3117 is #A4CEE8. Grayscale: #3A3A3A. Windows color (decimal): -10800873 or 1519963. OLE color: 1519963.

HSL color Cylindrical-coordinate representation of color #5B3117: hue angle of 22.94º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3117 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 49 23 -
CMYK 0 0.46 0.75 0.64
HSL 22.94º 0.6% 0.22% -
HSV(B) 22.94º 0.75% 0.36% -
XYZ 5.57 4.48 1.38 -
YUV 58.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 91 49 23 0 0.46 0.75 0.64 22.94 0.6 0.22
Hex 5B 31 17 0 2E 4B 40 17 3C 16
Octal 133 61 27 0 56 113 100 27 74 26
Binary 1011011 110001 10111 0 101110 1001011 1000000 10111 111100 10110

Color Harmonies of #5B3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3117

Black with #5B3117

Text Example


Text Example

White with #5B3117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,49,23); }

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

background-color css

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

 a { background-color: rgb(91,49,23); }

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

border-color css

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

 span { border-color: rgb(91,49,23); }

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