#4E352B

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

Shades of Cedar #4E352B

Tints of Cedar #4E352B

Color information

#4E352B (or 0x4E352B) is unknown color: approx Cedar. HEX triplet: 4E, 35 and 2B. RGB value is (78,53,43). Sum of RGB (Red+Green+Blue) = 78+53+43=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E352B is #B1CAD4. Grayscale: #3B3B3B. Windows color (decimal): -11651797 or 2831694. OLE color: 2831694.

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

Color convert

RGB785343-
CMYK00.320.450.69
HSL17.14º28.93%23.73%-
HSV(B)17.14º44.87%30.59%-
XYZ4.854.342.87-
YUV59.33118.78141.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=44.83%
G=30.46%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78534300.320.450.6917.1428.9323.73
Hex4E352B0202D45111d18
Octal116655304055105213530
Binary100111011010110101101000001011011000101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,43); }

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

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

 a { background-color: rgb(78,53,43); }

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

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

 span { border-color: rgb(78,53,43); }

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