Html Css Color HEX #5D4500 Raw Umber

📋 copy color: '#5D4500'

red 93 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #5D4500

Tints of Raw Umber #5D4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

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

R = 57.41%
G = 42.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5D4500 (or 0x5D4500) is known color: Raw Umber. HEX triplet: 5D, 45 and 00. RGB value is (93,69,0). Sum of RGB (Red+Green+Blue) = 93+69+0=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4500 is #A2BAFF. Grayscale: #444444. Windows color (decimal): -10664704 or 17757. OLE color: 17757.

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

Color convert

RGB 93 69 0 -
CMYK 0 0.26 1 0.64
HSL 44.52º 1% 0.18% -
HSV(B) 44.52º 1% 0.36% -
XYZ 6.64 6.58 0.92 -
YUV 68.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 93 69 0 0 0.26 1 0.64 44.52 1 0.18
Hex 5D 45 0 0 1A 64 40 2D 64 12
Octal 135 105 0 0 32 144 100 55 144 22
Binary 1011101 1000101 0 0 11010 1100100 1000000 101101 1100100 10010

Color Harmonies of #5D4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4500

Black with #5D4500

Text Example


Text Example

White with #5D4500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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