Html Css Color HEX #5D4504 Raw Umber

📋 copy color: '#5D4504'

red 93 ◦ green 69 ◦ blue 4

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

Shades of Raw Umber #5D4504

Tints of Raw Umber #5D4504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 56.02%
G = 41.57%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5D4504 (or 0x5D4504) is known color: Raw Umber. HEX triplet: 5D, 45 and 04. RGB value is (93,69,4). Sum of RGB (Red+Green+Blue) = 93+69+4=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4504 is #A2BAFB. Grayscale: #454545. Windows color (decimal): -10664700 or 279901. OLE color: 279901.

HSL color Cylindrical-coordinate representation of color #5D4504: hue angle of 43.82º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D4504 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 69 4 -
CMYK 0 0.26 0.96 0.64
HSL 43.82º 0.92% 0.19% -
HSV(B) 43.82º 0.96% 0.36% -
XYZ 6.66 6.59 1.04 -
YUV 68.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 93 69 4 0 0.26 0.96 0.64 43.82 0.92 0.19
Hex 5D 45 4 0 1A 60 40 2C 5C 13
Octal 135 105 4 0 32 140 100 54 134 23
Binary 1011101 1000101 100 0 11010 1100000 1000000 101100 1011100 10011

Color Harmonies of #5D4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4504

Black with #5D4504

Text Example


Text Example

White with #5D4504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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