#462D28

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

Shades of Cedar #462D28

Tints of Cedar #462D28

Color information

#462D28 (or 0x462D28) is unknown color: approx Cedar. HEX triplet: 46, 2D and 28. RGB value is (70,45,40). Sum of RGB (Red+Green+Blue) = 70+45+40=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D28 is #B9D2D7. Grayscale: #333333. Windows color (decimal): -12178136 or 2633030. OLE color: 2633030.

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

Color convert

RGB704540-
CMYK00.360.430.73
HSL10º27.27%21.57%-
HSV(B)10º42.86%27.45%-
XYZ3.853.332.45-
YUV51.9121.28140.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=45.16%
G=29.03%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70454000.360.430.731027.2721.57
Hex462D280242B49a1b16
Octal106555004453111123326
Binary10001101011011010000100100101011100100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D28; }

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

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

<style>
 a { background-color: #462D28; }

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

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

<style>
 span { border-color: #462D28; }

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

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