#464233

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

Shades of Woodrush #464233

Tints of Woodrush #464233

Color information

#464233 (or 0x464233) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 33. RGB value is (70,66,51). Sum of RGB (Red+Green+Blue) = 70+66+51=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464233 is #B9BDCC. Grayscale: #414141. Windows color (decimal): -12172749 or 3359302. OLE color: 3359302.

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

Color convert

RGB706651-
CMYK00.060.270.73
HSL47.37º15.7%23.73%-
HSV(B)47.37º27.14%27.45%-
XYZ5.075.443.91-
YUV65.49119.83131.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=37.43%
G=35.29%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70665100.060.270.7347.3715.723.73
Hex464233061B492f1018
Octal106102630633111572030
Binary1000110100001011001101101101110010011011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464233; }

 p { color: rgb(70,66,51); }

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

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

 a { background-color: rgb(70,66,51); }

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

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

 span { border-color: rgb(70,66,51); }

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