Html Css Color HEX #5D4104 Raw Umber

📋 copy color: '#5D4104'

red 93 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #5D4104

Tints of Raw Umber #5D4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 57.41%
G = 40.12%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5D4104 (or 0x5D4104) is known color: Raw Umber. HEX triplet: 5D, 41 and 04. RGB value is (93,65,4). Sum of RGB (Red+Green+Blue) = 93+65+4=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4104 is #A2BEFB. Grayscale: #424242. Windows color (decimal): -10665724 or 278877. OLE color: 278877.

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

Color convert

RGB 93 65 4 -
CMYK 0 0.30 0.96 0.64
HSL 41.12º 0.92% 0.19% -
HSV(B) 41.12º 0.96% 0.36% -
XYZ 6.43 6.12 0.96 -
YUV 66.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 93 65 4 0 0.30 0.96 0.64 41.12 0.92 0.19
Hex 5D 41 4 0 1E 60 40 29 5C 13
Octal 135 101 4 0 36 140 100 51 134 23
Binary 1011101 1000001 100 0 11110 1100000 1000000 101001 1011100 10011

Color Harmonies of #5D4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4104

Black with #5D4104

Text Example


Text Example

White with #5D4104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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