#50372E

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

Shades of Cedar #50372E

Tints of Cedar #50372E

Color information

#50372E (or 0x50372E) is unknown color: approx Cedar. HEX triplet: 50, 37 and 2E. RGB value is (80,55,46). Sum of RGB (Red+Green+Blue) = 80+55+46=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50372E is #AFC8D1. Grayscale: #3D3D3D. Windows color (decimal): -11520210 or 3028816. OLE color: 3028816.

HSL color Cylindrical-coordinate representation of color #50372E: hue angle of 15.88º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50372E is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB805546-
CMYK00.310.420.69
HSL15.88º26.98%24.71%-
HSV(B)15.88º42.5%31.37%-
XYZ5.174.643.21-
YUV61.45119.28141.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=44.20%
G=30.39%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80554600.310.420.6915.8826.9824.71
Hex50372E01F2A45101b19
Octal120675603752105203331
Binary10100001101111011100111111010101000101100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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