Html Css Color HEX #5E483A Brown Derby

📋 copy color: '#5E483A'

red 94 ◦ green 72 ◦ blue 58

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

Shades of Brown Derby #5E483A

Tints of Brown Derby #5E483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 41.96%
G = 32.14%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E483A (or 0x5E483A) is known color: Brown Derby. HEX triplet: 5E, 48 and 3A. RGB value is (94,72,58). Sum of RGB (Red+Green+Blue) = 94+72+58=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E483A is #A1B7C5. Grayscale: #4D4D4D. Windows color (decimal): -10598342 or 3819614. OLE color: 3819614.

HSL color Cylindrical-coordinate representation of color #5E483A: hue angle of 23.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E483A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 72 58 -
CMYK 0 0.23 0.38 0.63
HSL 23.33º 0.24% 0.3% -
HSV(B) 23.33º 0.38% 0.37% -
XYZ 7.7 7.32 5.01 -
YUV 76.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 94 72 58 0 0.23 0.38 0.63 23.33 0.24 0.3
Hex 5E 48 3A 0 17 26 3F 17 18 1E
Octal 136 110 72 0 27 46 77 27 30 36
Binary 1011110 1001000 111010 0 10111 100110 111111 10111 11000 11110

Color Harmonies of #5E483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E483A

Black with #5E483A

Text Example


Text Example

White with #5E483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,58); }

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

background-color css

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

 a { background-color: rgb(94,72,58); }

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

border-color css

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

 span { border-color: rgb(94,72,58); }

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