#46392B

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

Shades of Woodburn #46392B

Tints of Woodburn #46392B

Color information

#46392B (or 0x46392B) is unknown color: approx Woodburn. HEX triplet: 46, 39 and 2B. RGB value is (70,57,43). Sum of RGB (Red+Green+Blue) = 70+57+43=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #46392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46392B is #B9C6D4. Grayscale: #3B3B3B. Windows color (decimal): -12175061 or 2832710. OLE color: 2832710.

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

Color convert

RGB705743-
CMYK00.190.390.73
HSL31.11º23.89%22.16%-
HSV(B)31.11º38.57%27.45%-
XYZ4.424.42.9-
YUV59.29118.81135.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=41.18%
G=33.53%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70574300.190.390.7331.1123.8922.16
Hex46392B01327491f1816
Octal106715302347111373026
Binary10001101110011010110100111001111001001111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46392B; }

 p { color: rgb(70,57,43); }

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

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

 a { background-color: rgb(70,57,43); }

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

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

 span { border-color: rgb(70,57,43); }

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