#4D342D

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

Shades of Cedar #4D342D

Tints of Cedar #4D342D

Color information

#4D342D (or 0x4D342D) is unknown color: approx Cedar. HEX triplet: 4D, 34 and 2D. RGB value is (77,52,45). Sum of RGB (Red+Green+Blue) = 77+52+45=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342D is #B2CBD2. Grayscale: #3A3A3A. Windows color (decimal): -11717587 or 2962509. OLE color: 2962509.

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

Color convert

RGB775245-
CMYK00.320.420.70
HSL13.12º26.23%23.92%-
HSV(B)13.12º41.56%30.2%-
XYZ4.764.223.05-
YUV58.68120.28141.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.25%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=44.25%
G=29.89%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77524500.320.420.7013.1226.2323.92
Hex4D342D0202A46d1a18
Octal115645504052106153230
Binary10011011101001011010100000101010100011011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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