Html Css Color HEX #5E420C Raw Umber

📋 copy color: '#5E420C'

red 94 ◦ green 66 ◦ blue 12

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

Shades of Raw Umber #5E420C

Tints of Raw Umber #5E420C

RGB

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

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

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

R = 54.65%
G = 38.37%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5E420C (or 0x5E420C) is known color: Raw Umber. HEX triplet: 5E, 42 and 0C. RGB value is (94,66,12). Sum of RGB (Red+Green+Blue) = 94+66+12=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E420C is #A1BDF3. Grayscale: #444444. Windows color (decimal): -10599924 or 803422. OLE color: 803422.

HSL color Cylindrical-coordinate representation of color #5E420C: hue angle of 39.51º 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 #5E420C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 12 -
CMYK 0 0.30 0.87 0.63
HSL 39.51º 0.77% 0.21% -
HSV(B) 39.51º 0.87% 0.37% -
XYZ 6.63 6.3 1.21 -
YUV 68.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 94 66 12 0 0.30 0.87 0.63 39.51 0.77 0.21
Hex 5E 42 C 0 1E 57 3F 28 4D 15
Octal 136 102 14 0 36 127 77 50 115 25
Binary 1011110 1000010 1100 0 11110 1010111 111111 101000 1001101 10101

Color Harmonies of #5E420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E420C

Black with #5E420C

Text Example


Text Example

White with #5E420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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