#5B2E1B

Color #5B2E1B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5B2E1B

Tints of Baker's Chocolate #5B2E1B

Color information

#5B2E1B (or 0x5B2E1B) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 2E and 1B. RGB value is (91,46,27). Sum of RGB (Red+Green+Blue) = 91+46+27=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2E1B is #A4D1E4. Grayscale: #393939. Windows color (decimal): -10801637 or 1781339. OLE color: 1781339.

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

Color convert

RGB914627-
CMYK00.490.700.64
HSL17.81º54.24%23.14%-
HSV(B)17.81º70.33%35.69%-
XYZ5.494.261.57-
YUV57.29110.91152.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.49%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=55.49%
G=28.05%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91462700.490.700.6417.8154.2423.14
Hex5B2E1B0314640123617
Octal1335633061106100226627
Binary1011011101110110110110001100011010000001001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B2E1B;
 }
 .AnyTagClassName
 {
   color: #5B2E1B;
 }
</style>
background-color css

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

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

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

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

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

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