#5F5300

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

Shades of Raw Umber #5F5300

Tints of Raw Umber #5F5300

Color information

#5F5300 (or 0x5F5300) is unknown color: approx Raw Umber. HEX triplet: 5F, 53 and 00. RGB value is (95,83,0). Sum of RGB (Red+Green+Blue) = 95+83+0=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5300 is #A0ACFF. Grayscale: #4D4D4D. Windows color (decimal): -10530048 or 21343. OLE color: 21343.

HSL color Cylindrical-coordinate representation of color #5F5300: hue angle of 52.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F5300 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB95830-
CMYK00.1310.63
HSL52.42º100%18.63%-
HSV(B)52.42º100%37.25%-
XYZ7.818.621.25-
YUV77.1384.48140.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 53.37%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.37%
G=46.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9583000.1310.6352.4210018.63
Hex5F5300D643F346413
Octal1371230015144776414423
Binary101111110100110011011100100111111110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,0); }

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

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

 a { background-color: rgb(95,83,0); }

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

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

 span { border-color: rgb(95,83,0); }

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