Html Css Color HEX #5B3808 Baker's Chocolate

📋 copy color: '#5B3808'

red 91 ◦ green 56 ◦ blue 8

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

Shades of Baker's Chocolate #5B3808

Tints of Baker's Chocolate #5B3808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 58.71%
G = 36.13%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5B3808 (or 0x5B3808) is known color: Baker's Chocolate. HEX triplet: 5B, 38 and 08. RGB value is (91,56,8). Sum of RGB (Red+Green+Blue) = 91+56+8=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3808 is #A4C7F7. Grayscale: #3D3D3D. Windows color (decimal): -10799096 or 538715. OLE color: 538715.

HSL color Cylindrical-coordinate representation of color #5B3808: hue angle of 34.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B3808 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 56 8 -
CMYK 0 0.38 0.91 0.64
HSL 34.7º 0.84% 0.19% -
HSV(B) 34.7º 0.91% 0.36% -
XYZ 5.77 5.07 0.9 -
YUV 60.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 91 56 8 0 0.38 0.91 0.64 34.7 0.84 0.19
Hex 5B 38 8 0 26 5B 40 23 54 13
Octal 133 70 10 0 46 133 100 43 124 23
Binary 1011011 111000 1000 0 100110 1011011 1000000 100011 1010100 10011

Color Harmonies of #5B3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3808

Black with #5B3808

Text Example


Text Example

White with #5B3808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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