Html Css Color HEX #5D410A Raw Umber

📋 copy color: '#5D410A'

red 93 ◦ green 65 ◦ blue 10

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

Shades of Raw Umber #5D410A

Tints of Raw Umber #5D410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 55.36%
G = 38.69%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5D410A (or 0x5D410A) is known color: Raw Umber. HEX triplet: 5D, 41 and 0A. RGB value is (93,65,10). Sum of RGB (Red+Green+Blue) = 93+65+10=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D410A is #A2BEF5. Grayscale: #434343. Windows color (decimal): -10665718 or 672093. OLE color: 672093.

HSL color Cylindrical-coordinate representation of color #5D410A: hue angle of 39.76º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D410A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 65 10 -
CMYK 0 0.30 0.89 0.64
HSL 39.76º 0.81% 0.2% -
HSV(B) 39.76º 0.89% 0.36% -
XYZ 6.46 6.13 1.13 -
YUV 67.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 93 65 10 0 0.30 0.89 0.64 39.76 0.81 0.2
Hex 5D 41 A 0 1E 59 40 28 51 14
Octal 135 101 12 0 36 131 100 50 121 24
Binary 1011101 1000001 1010 0 11110 1011001 1000000 101000 1010001 10100

Color Harmonies of #5D410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D410A

Black with #5D410A

Text Example


Text Example

White with #5D410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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