Html Css Color HEX #5D5001 Raw Umber

📋 copy color: '#5D5001'

red 93 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #5D5001

Tints of Raw Umber #5D5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 53.45%
G = 45.98%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5D5001 (or 0x5D5001) is known color: Raw Umber. HEX triplet: 5D, 50 and 01. RGB value is (93,80,1). Sum of RGB (Red+Green+Blue) = 93+80+1=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5001 is #A2AFFE. Grayscale: #4B4B4B. Windows color (decimal): -10661887 or 86109. OLE color: 86109.

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

Color convert

RGB 93 80 1 -
CMYK 0 0.14 0.99 0.64
HSL 51.52º 0.98% 0.18% -
HSV(B) 51.52º 0.99% 0.36% -
XYZ 7.39 8.07 1.2 -
YUV 74.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 93 80 1 0 0.14 0.99 0.64 51.52 0.98 0.18
Hex 5D 50 1 0 E 63 40 34 62 12
Octal 135 120 1 0 16 143 100 64 142 22
Binary 1011101 1010000 1 0 1110 1100011 1000000 110100 1100010 10010

Color Harmonies of #5D5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5001

Black with #5D5001

Text Example


Text Example

White with #5D5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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