Html Css Color HEX #5E433C Very Dark Brown

📋 copy color: '#5E433C'

red 94 ◦ green 67 ◦ blue 60

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

Shades of Very Dark Brown #5E433C

Tints of Very Dark Brown #5E433C

RGB

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

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

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

R = 42.53%
G = 30.32%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E433C (or 0x5E433C) is known color: Very Dark Brown. HEX triplet: 5E, 43 and 3C. RGB value is (94,67,60). Sum of RGB (Red+Green+Blue) = 94+67+60=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E433C is #A1BCC3. Grayscale: #4A4A4A. Windows color (decimal): -10599620 or 3949406. OLE color: 3949406.

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

Color convert

RGB 94 67 60 -
CMYK 0 0.29 0.36 0.63
HSL 12.35º 0.22% 0.3% -
HSV(B) 12.35º 0.36% 0.37% -
XYZ 7.44 6.72 5.18 -
YUV 74.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 94 67 60 0 0.29 0.36 0.63 12.35 0.22 0.3
Hex 5E 43 3C 0 1D 24 3F C 16 1E
Octal 136 103 74 0 35 44 77 14 26 36
Binary 1011110 1000011 111100 0 11101 100100 111111 1100 10110 11110

Color Harmonies of #5E433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E433C

Black with #5E433C

Text Example


Text Example

White with #5E433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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