#453426

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

Shades of Woodburn #453426

Tints of Woodburn #453426

Color information

#453426 (or 0x453426) is unknown color: approx Woodburn. HEX triplet: 45, 34 and 26. RGB value is (69,52,38). Sum of RGB (Red+Green+Blue) = 69+52+38=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453426 is #BACBD9. Grayscale: #373737. Windows color (decimal): -12241882 or 2503749. OLE color: 2503749.

HSL color Cylindrical-coordinate representation of color #453426: hue angle of 27.1º 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 #453426 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB695238-
CMYK00.250.450.73
HSL27.1º28.97%20.98%-
HSV(B)27.1º44.93%27.06%-
XYZ4.033.862.37-
YUV55.49118.13137.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=43.40%
G=32.70%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69523800.250.450.7327.128.9720.98
Hex4534260192D491b1d15
Octal105644603155111333525
Binary10001011101001001100110011011011001001110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453426; }

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

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

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

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

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

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

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

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