#5B400B

Color #5B400B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #5B400B

Tints of Raw Umber #5B400B

Color information

#5B400B (or 0x5B400B) is unknown color: approx Raw Umber. HEX triplet: 5B, 40 and 0B. RGB value is (91,64,11). Sum of RGB (Red+Green+Blue) = 91+64+11=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B400B is #A4BFF4. Grayscale: #424242. Windows color (decimal): -10797045 or 737371. OLE color: 737371.

HSL color Cylindrical-coordinate representation of color #5B400B: hue angle of 39.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B400B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB916411-
CMYK00.300.880.64
HSL39.75º78.43%20%-
HSV(B)39.75º87.91%35.69%-
XYZ6.215.921.13-
YUV66.0396.95145.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.82%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=54.82%
G=38.55%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91641100.300.880.6439.7578.4320
Hex5B40B01E5840284e14
Octal133100130361301005011624
Binary10110111000000101101111010110001000000101000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,64,11); }

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

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

 a { background-color: rgb(91,64,11); }

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

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

 span { border-color: rgb(91,64,11); }

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