#462E2A

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

Shades of Cedar #462E2A

Tints of Cedar #462E2A

Color information

#462E2A (or 0x462E2A) is unknown color: approx Cedar. HEX triplet: 46, 2E and 2A. RGB value is (70,46,42). Sum of RGB (Red+Green+Blue) = 70+46+42=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E2A is #B9D1D5. Grayscale: #343434. Windows color (decimal): -12177878 or 2764358. OLE color: 2764358.

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

Color convert

RGB704642-
CMYK00.340.400.73
HSL8.57º25%21.96%-
HSV(B)8.57º40%27.45%-
XYZ3.923.422.64-
YUV52.72121.95140.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=44.30%
G=29.11%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70464200.340.400.738.572521.96
Hex462E2A022284991916
Octal106565204250111113126
Binary10001101011101010100100010101000100100110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,42); }

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

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

 a { background-color: rgb(70,46,42); }

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

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

 span { border-color: rgb(70,46,42); }

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