Html Css Color HEX #5B371A Baker's Chocolate

📋 copy color: '#5B371A'

red 91 ◦ green 55 ◦ blue 26

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

Shades of Baker's Chocolate #5B371A

Tints of Baker's Chocolate #5B371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 52.91%
G = 31.98%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5B371A (or 0x5B371A) is known color: Baker's Chocolate. HEX triplet: 5B, 37 and 1A. RGB value is (91,55,26). Sum of RGB (Red+Green+Blue) = 91+55+26=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B371A is #A4C8E5. Grayscale: #3E3E3E. Windows color (decimal): -10799334 or 1718107. OLE color: 1718107.

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

Color convert

RGB 91 55 26 -
CMYK 0 0.40 0.71 0.64
HSL 26.77º 0.56% 0.23% -
HSV(B) 26.77º 0.71% 0.36% -
XYZ 5.87 5.03 1.64 -
YUV 62.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 91 55 26 0 0.40 0.71 0.64 26.77 0.56 0.23
Hex 5B 37 1A 0 28 47 40 1B 38 17
Octal 133 67 32 0 50 107 100 33 70 27
Binary 1011011 110111 11010 0 101000 1000111 1000000 11011 111000 10111

Color Harmonies of #5B371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B371A

Black with #5B371A

Text Example


Text Example

White with #5B371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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