#453427

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

Shades of Woodburn #453427

Tints of Woodburn #453427

Color information

#453427 (or 0x453427) is unknown color: approx Woodburn. HEX triplet: 45, 34 and 27. RGB value is (69,52,39). Sum of RGB (Red+Green+Blue) = 69+52+39=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453427 is #BACBD8. Grayscale: #373737. Windows color (decimal): -12241881 or 2569285. OLE color: 2569285.

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

Color convert

RGB695239-
CMYK00.250.430.73
HSL26º27.78%21.18%-
HSV(B)26º43.48%27.06%-
XYZ4.053.872.45-
YUV55.6118.63137.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=43.12%
G=32.5%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69523900.250.430.732627.7821.18
Hex4534270192B491a1c15
Octal105644703153111323425
Binary10001011101001001110110011010111001001110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453427; }

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

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

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

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

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

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

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

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