#5E3F09

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

Shades of Raw Umber #5E3F09

Tints of Raw Umber #5E3F09

Color information

#5E3F09 (or 0x5E3F09) is unknown color: approx Raw Umber. HEX triplet: 5E, 3F and 09. RGB value is (94,63,9). Sum of RGB (Red+Green+Blue) = 94+63+9=166 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.63% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3F09 is #A1C0F6. Grayscale: #424242. Windows color (decimal): -10600695 or 606046. OLE color: 606046.

HSL color Cylindrical-coordinate representation of color #5E3F09: hue angle of 38.12º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E3F09 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB94639-
CMYK00.330.900.63
HSL38.12º82.52%20.2%-
HSV(B)38.12º90.43%36.86%-
XYZ6.445.951.07-
YUV66.1195.77147.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.63%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=56.63%
G=37.95%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9463900.330.900.6338.1282.5220.2
Hex5E3F90215A3F265314
Octal1367711041132774612324
Binary1011110111111100101000011011010111111100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,63,9); }

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

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

 a { background-color: rgb(94,63,9); }

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

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

 span { border-color: rgb(94,63,9); }

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