Html Css Color HEX #5D4800 Raw Umber

📋 copy color: '#5D4800'

red 93 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #5D4800

Tints of Raw Umber #5D4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

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

R = 56.36%
G = 43.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5D4800 (or 0x5D4800) is known color: Raw Umber. HEX triplet: 5D, 48 and 00. RGB value is (93,72,0). Sum of RGB (Red+Green+Blue) = 93+72+0=165 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.36% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4800 is #A2B7FF. Grayscale: #464646. Windows color (decimal): -10663936 or 18525. OLE color: 18525.

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

Color convert

RGB 93 72 0 -
CMYK 0 0.23 1 0.64
HSL 46.45º 1% 0.18% -
HSV(B) 46.45º 1% 0.36% -
XYZ 6.83 6.96 0.98 -
YUV 70.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 93 72 0 0 0.23 1 0.64 46.45 1 0.18
Hex 5D 48 0 0 17 64 40 2E 64 12
Octal 135 110 0 0 27 144 100 56 144 22
Binary 1011101 1001000 0 0 10111 1100100 1000000 101110 1100100 10010

Color Harmonies of #5D4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4800

Black with #5D4800

Text Example


Text Example

White with #5D4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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