Html Css Color HEX #5E4432 Brown Derby

📋 copy color: '#5E4432'

red 94 ◦ green 68 ◦ blue 50

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

Shades of Brown Derby #5E4432

Tints of Brown Derby #5E4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 44.34%
G = 32.08%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E4432 (or 0x5E4432) is known color: Brown Derby. HEX triplet: 5E, 44 and 32. RGB value is (94,68,50). Sum of RGB (Red+Green+Blue) = 94+68+50=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4432 is #A1BBCD. Grayscale: #494949. Windows color (decimal): -10599374 or 3294302. OLE color: 3294302.

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

Color convert

RGB 94 68 50 -
CMYK 0 0.28 0.47 0.63
HSL 24.55º 0.31% 0.28% -
HSV(B) 24.55º 0.47% 0.37% -
XYZ 7.26 6.74 3.94 -
YUV 73.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 94 68 50 0 0.28 0.47 0.63 24.55 0.31 0.28
Hex 5E 44 32 0 1C 2F 3F 19 1F 1C
Octal 136 104 62 0 34 57 77 31 37 34
Binary 1011110 1000100 110010 0 11100 101111 111111 11001 11111 11100

Color Harmonies of #5E4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4432

Black with #5E4432

Text Example


Text Example

White with #5E4432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,68,50); }

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

background-color css

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

 a { background-color: rgb(94,68,50); }

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

border-color css

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

 span { border-color: rgb(94,68,50); }

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