#453326

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

Shades of Woodburn #453326

Tints of Woodburn #453326

Color information

#453326 (or 0x453326) is unknown color: approx Woodburn. HEX triplet: 45, 33 and 26. RGB value is (69,51,38). Sum of RGB (Red+Green+Blue) = 69+51+38=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453326 is #BACCD9. Grayscale: #363636. Windows color (decimal): -12242138 or 2503493. OLE color: 2503493.

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

Color convert

RGB695138-
CMYK00.260.450.73
HSL25.16º28.97%20.98%-
HSV(B)25.16º44.93%27.06%-
XYZ3.993.772.35-
YUV54.9118.46138.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=43.67%
G=32.28%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69513800.260.450.7325.1628.9720.98
Hex45332601A2D49191d15
Octal105634603255111313525
Binary10001011100111001100110101011011001001110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453326; }

 p { color: rgb(69,51,38); }

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

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

 a { background-color: rgb(69,51,38); }

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

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

 span { border-color: rgb(69,51,38); }

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