Html Css Color HEX #5E4332 Very Dark Brown

📋 copy color: '#5E4332'

red 94 ◦ green 67 ◦ blue 50

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

Shades of Very Dark Brown #5E4332

Tints of Very Dark Brown #5E4332

RGB

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

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

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

R = 44.55%
G = 31.75%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E4332 (or 0x5E4332) is known color: Very Dark Brown. HEX triplet: 5E, 43 and 32. RGB value is (94,67,50). Sum of RGB (Red+Green+Blue) = 94+67+50=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4332 is #A1BCCD. Grayscale: #494949. Windows color (decimal): -10599630 or 3294046. OLE color: 3294046.

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

Color convert

RGB 94 67 50 -
CMYK 0 0.29 0.47 0.63
HSL 23.18º 0.31% 0.28% -
HSV(B) 23.18º 0.47% 0.37% -
XYZ 7.2 6.62 3.92 -
YUV 73.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 94 67 50 0 0.29 0.47 0.63 23.18 0.31 0.28
Hex 5E 43 32 0 1D 2F 3F 17 1F 1C
Octal 136 103 62 0 35 57 77 27 37 34
Binary 1011110 1000011 110010 0 11101 101111 111111 10111 11111 11100

Color Harmonies of #5E4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4332

Black with #5E4332

Text Example


Text Example

White with #5E4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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