Html Css Color HEX #5A3F04 Raw Umber

📋 copy color: '#5A3F04'

red 90 ◦ green 63 ◦ blue 4

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

Shades of Raw Umber #5A3F04

Tints of Raw Umber #5A3F04

RGB

 RED value IS 90 (35.55% from 255) = 57.32%

 GREEN value IS 63 (25% from 255) = 40.13%

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

R = 57.32%
G = 40.13%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A3F04 (or 0x5A3F04) is known color: Raw Umber. HEX triplet: 5A, 3F and 04. RGB value is (90,63,4). Sum of RGB (Red+Green+Blue) = 90+63+4=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3F04 is #A5C0FB. Grayscale: #404040. Windows color (decimal): -10862844 or 278362. OLE color: 278362.

HSL color Cylindrical-coordinate representation of color #5A3F04: hue angle of 41.16º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A3F04 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 63 4 -
CMYK 0 0.30 0.96 0.65
HSL 41.16º 0.91% 0.18% -
HSV(B) 41.16º 0.96% 0.35% -
XYZ 6.02 5.74 0.91 -
YUV 64.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 90 63 4 0 0.30 0.96 0.65 41.16 0.91 0.18
Hex 5A 3F 4 0 1E 60 41 29 5B 12
Octal 132 77 4 0 36 140 101 51 133 22
Binary 1011010 111111 100 0 11110 1100000 1000001 101001 1011011 10010

Color Harmonies of #5A3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F04

Black with #5A3F04

Text Example


Text Example

White with #5A3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,63,4); }

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

background-color css

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

 a { background-color: rgb(90,63,4); }

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

border-color css

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

 span { border-color: rgb(90,63,4); }

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