#453627

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

Shades of Woodburn #453627

Tints of Woodburn #453627

Color information

#453627 (or 0x453627) is unknown color: approx Woodburn. HEX triplet: 45, 36 and 27. RGB value is (69,54,39). Sum of RGB (Red+Green+Blue) = 69+54+39=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453627 is #BAC9D8. Grayscale: #383838. Windows color (decimal): -12241369 or 2569797. OLE color: 2569797.

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

Color convert

RGB695439-
CMYK00.220.430.73
HSL30º27.78%21.18%-
HSV(B)30º43.48%27.06%-
XYZ4.144.052.48-
YUV56.77117.97136.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=42.59%
G=33.33%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69543900.220.430.733027.7821.18
Hex4536270162B491e1c15
Octal105664702653111363425
Binary10001011101101001110101101010111001001111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453627; }

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

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

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

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

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

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

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

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