Html Css Color HEX #5E410C Raw Umber

📋 copy color: '#5E410C'

red 94 ◦ green 65 ◦ blue 12

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

Shades of Raw Umber #5E410C

Tints of Raw Umber #5E410C

RGB

 RED value IS 94 (37.11% from 255) = 54.97%

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 54.97%
G = 38.01%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5E410C (or 0x5E410C) is known color: Raw Umber. HEX triplet: 5E, 41 and 0C. RGB value is (94,65,12). Sum of RGB (Red+Green+Blue) = 94+65+12=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E410C is #A1BEF3. Grayscale: #434343. Windows color (decimal): -10600180 or 803166. OLE color: 803166.

HSL color Cylindrical-coordinate representation of color #5E410C: hue angle of 38.78º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E410C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 65 12 -
CMYK 0 0.31 0.87 0.63
HSL 38.78º 0.77% 0.21% -
HSV(B) 38.78º 0.87% 0.37% -
XYZ 6.57 6.19 1.2 -
YUV 67.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 94 65 12 0 0.31 0.87 0.63 38.78 0.77 0.21
Hex 5E 41 C 0 1F 57 3F 27 4D 15
Octal 136 101 14 0 37 127 77 47 115 25
Binary 1011110 1000001 1100 0 11111 1010111 111111 100111 1001101 10101

Color Harmonies of #5E410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E410C

Black with #5E410C

Text Example


Text Example

White with #5E410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,65,12); }

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

background-color css

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

 a { background-color: rgb(94,65,12); }

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

border-color css

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

 span { border-color: rgb(94,65,12); }

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