Html Css Color HEX #5D4200 Raw Umber

📋 copy color: '#5D4200'

red 93 ◦ green 66 ◦ blue 0

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

Shades of Raw Umber #5D4200

Tints of Raw Umber #5D4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

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

R = 58.49%
G = 41.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5D4200 (or 0x5D4200) is known color: Raw Umber. HEX triplet: 5D, 42 and 00. RGB value is (93,66,0). Sum of RGB (Red+Green+Blue) = 93+66+0=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4200 is #A2BDFF. Grayscale: #424242. Windows color (decimal): -10665472 or 16989. OLE color: 16989.

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

Color convert

RGB 93 66 0 -
CMYK 0 0.29 1 0.64
HSL 42.58º 1% 0.18% -
HSV(B) 42.58º 1% 0.36% -
XYZ 6.46 6.22 0.86 -
YUV 66.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 93 66 0 0 0.29 1 0.64 42.58 1 0.18
Hex 5D 42 0 0 1D 64 40 2B 64 12
Octal 135 102 0 0 35 144 100 53 144 22
Binary 1011101 1000010 0 0 11101 1100100 1000000 101011 1100100 10010

Color Harmonies of #5D4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4200

Black with #5D4200

Text Example


Text Example

White with #5D4200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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