#5B420B

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

Shades of Raw Umber #5B420B

Tints of Raw Umber #5B420B

Color information

#5B420B (or 0x5B420B) is unknown color: approx Raw Umber. HEX triplet: 5B, 42 and 0B. RGB value is (91,66,11). Sum of RGB (Red+Green+Blue) = 91+66+11=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B420B is #A4BDF4. Grayscale: #434343. Windows color (decimal): -10796533 or 737883. OLE color: 737883.

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

Color convert

RGB916611-
CMYK00.270.880.64
HSL41.25º78.43%20%-
HSV(B)41.25º87.91%35.69%-
XYZ6.326.141.17-
YUV67.296.28144.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.17%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=54.17%
G=39.29%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91661100.270.880.6441.2578.4320
Hex5B42B01B5840294e14
Octal133102130331301005111624
Binary10110111000010101101101110110001000000101001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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