Html Css Color HEX #5E473C Brown Derby

📋 copy color: '#5E473C'

red 94 ◦ green 71 ◦ blue 60

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

Shades of Brown Derby #5E473C

Tints of Brown Derby #5E473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 41.78%
G = 31.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E473C (or 0x5E473C) is known color: Brown Derby. HEX triplet: 5E, 47 and 3C. RGB value is (94,71,60). Sum of RGB (Red+Green+Blue) = 94+71+60=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E473C is #A1B8C3. Grayscale: #4C4C4C. Windows color (decimal): -10598596 or 3950430. OLE color: 3950430.

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

Color convert

RGB 94 71 60 -
CMYK 0 0.24 0.36 0.63
HSL 19.41º 0.22% 0.3% -
HSV(B) 19.41º 0.36% 0.37% -
XYZ 7.68 7.21 5.26 -
YUV 76.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 94 71 60 0 0.24 0.36 0.63 19.41 0.22 0.3
Hex 5E 47 3C 0 18 24 3F 13 16 1E
Octal 136 107 74 0 30 44 77 23 26 36
Binary 1011110 1000111 111100 0 11000 100100 111111 10011 10110 11110

Color Harmonies of #5E473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E473C

Black with #5E473C

Text Example


Text Example

White with #5E473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,60); }

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

background-color css

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

 a { background-color: rgb(94,71,60); }

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

border-color css

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

 span { border-color: rgb(94,71,60); }

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