#4D342C

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

Shades of Cedar #4D342C

Tints of Cedar #4D342C

Color information

#4D342C (or 0x4D342C) is unknown color: approx Cedar. HEX triplet: 4D, 34 and 2C. RGB value is (77,52,44). Sum of RGB (Red+Green+Blue) = 77+52+44=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342C is #B2CBD3. Grayscale: #3A3A3A. Windows color (decimal): -11717588 or 2896973. OLE color: 2896973.

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

Color convert

RGB775244-
CMYK00.320.430.70
HSL14.55º27.27%23.73%-
HSV(B)14.55º42.86%30.2%-
XYZ4.744.222.95-
YUV58.56119.78141.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.51%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=44.51%
G=30.06%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77524400.320.430.7014.5527.2723.73
Hex4D342C0202B46f1b18
Octal115645404053106173330
Binary10011011101001011000100000101011100011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,44); }

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

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

 a { background-color: rgb(77,52,44); }

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

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

 span { border-color: rgb(77,52,44); }

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