Html Css Color HEX #5B3817 Baker's Chocolate

📋 copy color: '#5B3817'

red 91 ◦ green 56 ◦ blue 23

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

Shades of Baker's Chocolate #5B3817

Tints of Baker's Chocolate #5B3817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 53.53%
G = 32.94%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5B3817 (or 0x5B3817) is known color: Baker's Chocolate. HEX triplet: 5B, 38 and 17. RGB value is (91,56,23). Sum of RGB (Red+Green+Blue) = 91+56+23=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3817 is #A4C7E8. Grayscale: #3E3E3E. Windows color (decimal): -10799081 or 1521755. OLE color: 1521755.

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

Color convert

RGB 91 56 23 -
CMYK 0 0.38 0.75 0.64
HSL 29.12º 0.6% 0.22% -
HSV(B) 29.12º 0.75% 0.36% -
XYZ 5.88 5.11 1.49 -
YUV 62.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 91 56 23 0 0.38 0.75 0.64 29.12 0.6 0.22
Hex 5B 38 17 0 26 4B 40 1D 3C 16
Octal 133 70 27 0 46 113 100 35 74 26
Binary 1011011 111000 10111 0 100110 1001011 1000000 11101 111100 10110

Color Harmonies of #5B3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3817

Black with #5B3817

Text Example


Text Example

White with #5B3817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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