#46302D

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

Shades of Cedar #46302D

Tints of Cedar #46302D

Color information

#46302D (or 0x46302D) is unknown color: approx Cedar. HEX triplet: 46, 30 and 2D. RGB value is (70,48,45). Sum of RGB (Red+Green+Blue) = 70+48+45=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46302D is #B9CFD2. Grayscale: #363636. Windows color (decimal): -12177363 or 2961478. OLE color: 2961478.

HSL color Cylindrical-coordinate representation of color #46302D: hue angle of 7.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46302D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB704845-
CMYK00.310.360.73
HSL7.2º21.74%22.55%-
HSV(B)7.2º35.71%27.45%-
XYZ4.063.612.96-
YUV54.24122.79139.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=42.94%
G=29.45%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70484500.310.360.737.221.7422.55
Hex46302D01F244971617
Octal10660550374411172627
Binary100011011000010110101111110010010010011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46302D; }

 p { color: rgb(70,48,45); }

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

<style>
 a { background-color: #46302D; }

 a { background-color: rgb(70,48,45); }

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

<style>
 span { border-color: #46302D; }

 span { border-color: rgb(70,48,45); }

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