#50372F

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

Shades of Cedar #50372F

Tints of Cedar #50372F

Color information

#50372F (or 0x50372F) is unknown color: approx Cedar. HEX triplet: 50, 37 and 2F. RGB value is (80,55,47). Sum of RGB (Red+Green+Blue) = 80+55+47=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50372F is #AFC8D0. Grayscale: #3D3D3D. Windows color (decimal): -11520209 or 3094352. OLE color: 3094352.

HSL color Cylindrical-coordinate representation of color #50372F: hue angle of 14.55º 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 #50372F is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB805547-
CMYK00.310.410.69
HSL14.55º25.98%24.9%-
HSV(B)14.55º41.25%31.37%-
XYZ5.194.643.31-
YUV61.56119.78141.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=43.96%
G=30.22%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80554700.310.410.6914.5525.9824.9
Hex50372F01F2945f1a19
Octal120675703751105173231
Binary1010000110111101111011111101001100010111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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