Html Css Color HEX #5B331B Baker's Chocolate

📋 copy color: '#5B331B'

red 91 ◦ green 51 ◦ blue 27

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

Shades of Baker's Chocolate #5B331B

Tints of Baker's Chocolate #5B331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 53.85%
G = 30.18%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5B331B (or 0x5B331B) is known color: Baker's Chocolate. HEX triplet: 5B, 33 and 1B. RGB value is (91,51,27). Sum of RGB (Red+Green+Blue) = 91+51+27=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B331B is #A4CCE4. Grayscale: #3C3C3C. Windows color (decimal): -10800357 or 1782619. OLE color: 1782619.

HSL color Cylindrical-coordinate representation of color #5B331B: hue angle of 22.5º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B331B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 51 27 -
CMYK 0 0.44 0.70 0.64
HSL 22.5º 0.54% 0.23% -
HSV(B) 22.5º 0.7% 0.36% -
XYZ 5.7 4.67 1.64 -
YUV 60.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 91 51 27 0 0.44 0.70 0.64 22.5 0.54 0.23
Hex 5B 33 1B 0 2C 46 40 16 36 17
Octal 133 63 33 0 54 106 100 26 66 27
Binary 1011011 110011 11011 0 101100 1000110 1000000 10110 110110 10111

Color Harmonies of #5B331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B331B

Black with #5B331B

Text Example


Text Example

White with #5B331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,27); }

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

background-color css

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

 a { background-color: rgb(91,51,27); }

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

border-color css

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

 span { border-color: rgb(91,51,27); }

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