Html Css Color HEX #5D4304 Raw Umber

📋 copy color: '#5D4304'

red 93 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #5D4304

Tints of Raw Umber #5D4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.85%

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

R = 56.71%
G = 40.85%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5D4304 (or 0x5D4304) is known color: Raw Umber. HEX triplet: 5D, 43 and 04. RGB value is (93,67,4). Sum of RGB (Red+Green+Blue) = 93+67+4=164 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.71% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4304 is #A2BCFB. Grayscale: #434343. Windows color (decimal): -10665212 or 279389. OLE color: 279389.

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

Color convert

RGB 93 67 4 -
CMYK 0 0.28 0.96 0.64
HSL 42.47º 0.92% 0.19% -
HSV(B) 42.47º 0.96% 0.36% -
XYZ 6.54 6.35 1 -
YUV 67.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 93 67 4 0 0.28 0.96 0.64 42.47 0.92 0.19
Hex 5D 43 4 0 1C 60 40 2A 5C 13
Octal 135 103 4 0 34 140 100 52 134 23
Binary 1011101 1000011 100 0 11100 1100000 1000000 101010 1011100 10011

Color Harmonies of #5D4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4304

Black with #5D4304

Text Example


Text Example

White with #5D4304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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