#462D27

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

Shades of Cedar #462D27

Tints of Cedar #462D27

Color information

#462D27 (or 0x462D27) is unknown color: approx Cedar. HEX triplet: 46, 2D and 27. RGB value is (70,45,39). Sum of RGB (Red+Green+Blue) = 70+45+39=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #462D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D27 is #B9D2D8. Grayscale: #333333. Windows color (decimal): -12178137 or 2567494. OLE color: 2567494.

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

Color convert

RGB704539-
CMYK00.360.440.73
HSL11.61º28.44%21.37%-
HSV(B)11.61º44.29%27.45%-
XYZ3.833.332.36-
YUV51.79120.78140.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=45.45%
G=29.22%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70453900.360.440.7311.6128.4421.37
Hex462D270242C49c1c15
Octal106554704454111143425
Binary10001101011011001110100100101100100100111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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