#454321

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

Shades of Woodrush #454321

Tints of Woodrush #454321

Color information

#454321 (or 0x454321) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 21. RGB value is (69,67,33). Sum of RGB (Red+Green+Blue) = 69+67+33=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 69 - color contains mainly: red. Hex color #454321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454321 is #BABCDE. Grayscale: #3F3F3F. Windows color (decimal): -12238047 or 2179909. OLE color: 2179909.

HSL color Cylindrical-coordinate representation of color #454321: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454321 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB696733-
CMYK00.030.520.73
HSL56.67º35.29%20%-
HSV(B)56.67º52.17%27.06%-
XYZ4.745.392.23-
YUV63.72110.66131.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.83%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=40.83%
G=39.64%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69673300.030.520.7356.6735.2920
Hex454321033449392314
Octal105103410364111714324
Binary10001011000011100001011110100100100111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454321; }

 p { color: rgb(69,67,33); }

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

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

 a { background-color: rgb(69,67,33); }

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

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

 span { border-color: rgb(69,67,33); }

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