Html Css Color HEX #5E433F Woody Brown

📋 copy color: '#5E433F'

red 94 ◦ green 67 ◦ blue 63

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

Shades of Woody Brown #5E433F

Tints of Woody Brown #5E433F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.13%

R = 41.96%
G = 29.91%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5E433F (or 0x5E433F) is known color: Woody Brown. HEX triplet: 5E, 43 and 3F. RGB value is (94,67,63). Sum of RGB (Red+Green+Blue) = 94+67+63=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E433F is #A1BCC0. Grayscale: #4A4A4A. Windows color (decimal): -10599617 or 4146014. OLE color: 4146014.

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

Color convert

RGB 94 67 63 -
CMYK 0 0.29 0.33 0.63
HSL 7.74º 0.2% 0.31% -
HSV(B) 7.74º 0.33% 0.37% -
XYZ 7.52 6.75 5.61 -
YUV 74.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 94 67 63 0 0.29 0.33 0.63 7.74 0.2 0.31
Hex 5E 43 3F 0 1D 21 3F 8 14 1F
Octal 136 103 77 0 35 41 77 10 24 37
Binary 1011110 1000011 111111 0 11101 100001 111111 1000 10100 11111

Color Harmonies of #5E433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E433F

Black with #5E433F

Text Example


Text Example

White with #5E433F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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