#46322F

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

Shades of Cedar #46322F

Tints of Cedar #46322F

Color information

#46322F (or 0x46322F) is unknown color: approx Cedar. HEX triplet: 46, 32 and 2F. RGB value is (70,50,47). Sum of RGB (Red+Green+Blue) = 70+50+47=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46322F is #B9CDD0. Grayscale: #373737. Windows color (decimal): -12176849 or 3093062. OLE color: 3093062.

HSL color Cylindrical-coordinate representation of color #46322F: hue angle of 7.83º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46322F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB705047-
CMYK00.290.330.73
HSL7.83º19.66%22.94%-
HSV(B)7.83º32.86%27.45%-
XYZ4.183.793.2-
YUV55.64123.13138.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=41.92%
G=29.94%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70504700.290.330.737.8319.6622.94
Hex46322F01D214981417
Octal106625703541111102427
Binary1000110110010101111011101100001100100110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46322F; }

 p { color: rgb(70,50,47); }

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

<style>
 a { background-color: #46322F; }

 a { background-color: rgb(70,50,47); }

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

<style>
 span { border-color: #46322F; }

 span { border-color: rgb(70,50,47); }

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