#4D362F

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

Shades of Cedar #4D362F

Tints of Cedar #4D362F

Color information

#4D362F (or 0x4D362F) is unknown color: approx Cedar. HEX triplet: 4D, 36 and 2F. RGB value is (77,54,47). Sum of RGB (Red+Green+Blue) = 77+54+47=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D362F is #B2C9D0. Grayscale: #3C3C3C. Windows color (decimal): -11717073 or 3094093. OLE color: 3094093.

HSL color Cylindrical-coordinate representation of color #4D362F: hue angle of 14º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D362F is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB775447-
CMYK00.300.390.70
HSL14º24.19%24.31%-
HSV(B)14º38.96%30.2%-
XYZ4.894.423.28-
YUV60.08120.62140.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.26%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=43.26%
G=30.34%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77544700.300.390.701424.1924.31
Hex4D362F01E2746e1818
Octal115665703647106163030
Binary1001101110110101111011110100111100011011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D362F; }

 p { color: rgb(77,54,47); }

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

<style>
 a { background-color: #4D362F; }

 a { background-color: rgb(77,54,47); }

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

<style>
 span { border-color: #4D362F; }

 span { border-color: rgb(77,54,47); }

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