Html Css Color HEX #5B371D Baker's Chocolate

📋 copy color: '#5B371D'

red 91 ◦ green 55 ◦ blue 29

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

Shades of Baker's Chocolate #5B371D

Tints of Baker's Chocolate #5B371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 52%
G = 31.43%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5B371D (or 0x5B371D) is known color: Baker's Chocolate. HEX triplet: 5B, 37 and 1D. RGB value is (91,55,29). Sum of RGB (Red+Green+Blue) = 91+55+29=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B371D is #A4C8E2. Grayscale: #3E3E3E. Windows color (decimal): -10799331 or 1914715. OLE color: 1914715.

HSL color Cylindrical-coordinate representation of color #5B371D: hue angle of 25.16º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B371D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 55 29 -
CMYK 0 0.40 0.68 0.64
HSL 25.16º 0.52% 0.24% -
HSV(B) 25.16º 0.68% 0.36% -
XYZ 5.9 5.05 1.83 -
YUV 62.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 91 55 29 0 0.40 0.68 0.64 25.16 0.52 0.24
Hex 5B 37 1D 0 28 44 40 19 34 18
Octal 133 67 35 0 50 104 100 31 64 30
Binary 1011011 110111 11101 0 101000 1000100 1000000 11001 110100 11000

Color Harmonies of #5B371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B371D

Black with #5B371D

Text Example


Text Example

White with #5B371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,55,29); }

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

background-color css

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

 a { background-color: rgb(91,55,29); }

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

border-color css

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

 span { border-color: rgb(91,55,29); }

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