Html Css Color HEX #5E430C Raw Umber

📋 copy color: '#5E430C'

red 94 ◦ green 67 ◦ blue 12

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

Shades of Raw Umber #5E430C

Tints of Raw Umber #5E430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

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

R = 54.34%
G = 38.73%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5E430C (or 0x5E430C) is known color: Raw Umber. HEX triplet: 5E, 43 and 0C. RGB value is (94,67,12). Sum of RGB (Red+Green+Blue) = 94+67+12=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E430C is #A1BCF3. Grayscale: #454545. Windows color (decimal): -10599668 or 803678. OLE color: 803678.

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

Color convert

RGB 94 67 12 -
CMYK 0 0.29 0.87 0.63
HSL 40.24º 0.77% 0.21% -
HSV(B) 40.24º 0.87% 0.37% -
XYZ 6.69 6.42 1.23 -
YUV 68.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 94 67 12 0 0.29 0.87 0.63 40.24 0.77 0.21
Hex 5E 43 C 0 1D 57 3F 28 4D 15
Octal 136 103 14 0 35 127 77 50 115 25
Binary 1011110 1000011 1100 0 11101 1010111 111111 101000 1001101 10101

Color Harmonies of #5E430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E430C

Black with #5E430C

Text Example


Text Example

White with #5E430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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