#50382F

Color #50382F Cedar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cedar #50382F

Tints of Cedar #50382F

Color information

#50382F (or 0x50382F) is unknown color: approx Cedar. HEX triplet: 50, 38 and 2F. RGB value is (80,56,47). Sum of RGB (Red+Green+Blue) = 80+56+47=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50382F is #AFC7D0. Grayscale: #3E3E3E. Windows color (decimal): -11519953 or 3094608. OLE color: 3094608.

HSL color Cylindrical-coordinate representation of color #50382F: hue angle of 16.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50382F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB805647-
CMYK00.300.410.69
HSL16.36º25.98%24.9%-
HSV(B)16.36º41.25%31.37%-
XYZ5.244.743.33-
YUV62.15119.45140.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=43.72%
G=30.60%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80564700.300.410.6916.3625.9824.9
Hex50382F01E2945101a19
Octal120705703651105203231
Binary10100001110001011110111101010011000101100001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50382F; }

 p { color: rgb(80,56,47); }

 H1.HeaderClassName
 {
   color: #50382F;
 }
 .AnyTagClassName
 {
   color: #50382F;
 }
</style>
background-color css

<style>
 a { background-color: #50382F; }

 a { background-color: rgb(80,56,47); }

 div.DivClassName
 {
   background-color: #50382F;
 }
 .BgClassName
 {
   background-color: #50382F;
 }
</style>
border-color css

<style>
 span { border-color: #50382F; }

 span { border-color: rgb(80,56,47); }

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