Html Css Color HEX #5D5000 Raw Umber

📋 copy color: '#5D5000'

red 93 ◦ green 80 ◦ blue 0

#5D5000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #5D5000

Tints of Raw Umber #5D5000

RGB

 RED value IS 93 (36.72% from 255) = 53.76%

 GREEN value IS 80 (31.64% from 255) = 46.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.76%
G = 46.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5D5000 (or 0x5D5000) is known color: Raw Umber. HEX triplet: 5D, 50 and 00. RGB value is (93,80,0). Sum of RGB (Red+Green+Blue) = 93+80+0=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5000 is #A2AFFF. Grayscale: #4B4B4B. Windows color (decimal): -10661888 or 20573. OLE color: 20573.

HSL color Cylindrical-coordinate representation of color #5D5000: hue angle of 51.61º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D5000 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 80 0 -
CMYK 0 0.14 1 0.64
HSL 51.61º 1% 0.18% -
HSV(B) 51.61º 1% 0.36% -
XYZ 7.38 8.06 1.17 -
YUV 74.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 93 80 0 0 0.14 1 0.64 51.61 1 0.18
Hex 5D 50 0 0 E 64 40 34 64 12
Octal 135 120 0 0 16 144 100 64 144 22
Binary 1011101 1010000 0 0 1110 1100100 1000000 110100 1100100 10010

Color Harmonies of #5D5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5000

Black with #5D5000

Text Example


Text Example

White with #5D5000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,0); }

 H1.HeaderClassName
 {
   color: #5D5000;
 }
 .AnyTagClassName
 {
   color: #5D5000;
 }
</style>

background-color css

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

 a { background-color: rgb(93,80,0); }

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

border-color css

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

 span { border-color: rgb(93,80,0); }

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