#463532

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

Shades of Cedar #463532

Tints of Cedar #463532

Color information

#463532 (or 0x463532) is unknown color: approx Cedar. HEX triplet: 46, 35 and 32. RGB value is (70,53,50). Sum of RGB (Red+Green+Blue) = 70+53+50=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463532 is #B9CACD. Grayscale: #393939. Windows color (decimal): -12176078 or 3290438. OLE color: 3290438.

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

Color convert

RGB705350-
CMYK00.240.290.73
HSL16.67%23.53%-
HSV(B)28.57%27.45%-
XYZ4.374.083.57-
YUV57.74123.63136.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=40.46%
G=30.64%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70535000.240.290.73916.6723.53
Hex4635320181D4991118
Octal106656203035111112130
Binary100011011010111001001100011101100100110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463532; }

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

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

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

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

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

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

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

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