#4E342A

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

Shades of Cedar #4E342A

Tints of Cedar #4E342A

Color information

#4E342A (or 0x4E342A) is unknown color: approx Cedar. HEX triplet: 4E, 34 and 2A. RGB value is (78,52,42). Sum of RGB (Red+Green+Blue) = 78+52+42=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E342A is #B1CBD5. Grayscale: #3A3A3A. Windows color (decimal): -11652054 or 2765902. OLE color: 2765902.

HSL color Cylindrical-coordinate representation of color #4E342A: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E342A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB785242-
CMYK00.330.460.69
HSL16.67º30%23.53%-
HSV(B)16.67º46.15%30.59%-
XYZ4.794.242.76-
YUV58.63118.61141.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=45.35%
G=30.23%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78524200.330.460.6916.673023.53
Hex4E342A0212E45111e18
Octal116645204156105213630
Binary100111011010010101001000011011101000101100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,42); }

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

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

 a { background-color: rgb(78,52,42); }

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

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

 span { border-color: rgb(78,52,42); }

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