#4C362E

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

Shades of Cedar #4C362E

Tints of Cedar #4C362E

Color information

#4C362E (or 0x4C362E) is unknown color: approx Cedar. HEX triplet: 4C, 36 and 2E. RGB value is (76,54,46). Sum of RGB (Red+Green+Blue) = 76+54+46=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C362E is #B3C9D1. Grayscale: #3B3B3B. Windows color (decimal): -11782610 or 3028556. OLE color: 3028556.

HSL color Cylindrical-coordinate representation of color #4C362E: hue angle of 16º degrees, saturation: 0.25, 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 #4C362E is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB765446-
CMYK00.290.390.70
HSL16º24.59%23.92%-
HSV(B)16º39.47%29.8%-
XYZ4.794.373.18-
YUV59.67120.29139.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.18%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=43.18%
G=30.68%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76544600.290.390.701624.5923.92
Hex4C362E01D2746101918
Octal114665603547106203130
Binary10011001101101011100111011001111000110100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,54,46); }

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

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

 a { background-color: rgb(76,54,46); }

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

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

 span { border-color: rgb(76,54,46); }

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