#463430

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

Shades of Cedar #463430

Tints of Cedar #463430

Color information

#463430 (or 0x463430) is unknown color: approx Cedar. HEX triplet: 46, 34 and 30. RGB value is (70,52,48). Sum of RGB (Red+Green+Blue) = 70+52+48=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463430 is #B9CBCF. Grayscale: #383838. Windows color (decimal): -12176336 or 3159110. OLE color: 3159110.

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

Color convert

RGB705248-
CMYK00.260.310.73
HSL10.91º18.64%23.14%-
HSV(B)10.91º31.43%27.45%-
XYZ4.293.973.34-
YUV56.93122.96137.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=41.18%
G=30.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70524800.260.310.7310.9118.6423.14
Hex46343001A1F49b1317
Octal106646003237111132327
Binary100011011010011000001101011111100100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463430; }

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

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

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

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

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

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

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

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