#483629

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

Shades of Woodburn #483629

Tints of Woodburn #483629

Color information

#483629 (or 0x483629) is unknown color: approx Woodburn. HEX triplet: 48, 36 and 29. RGB value is (72,54,41). Sum of RGB (Red+Green+Blue) = 72+54+41=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483629 is #B7C9D6. Grayscale: #393939. Windows color (decimal): -12044759 or 2700872. OLE color: 2700872.

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

Color convert

RGB725441-
CMYK00.250.430.72
HSL25.16º27.43%22.16%-
HSV(B)25.16º43.06%28.24%-
XYZ4.394.182.67-
YUV57.9118.46138.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=43.11%
G=32.34%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72544100.250.430.7225.1627.4322.16
Hex4836290192B48191b16
Octal110665103153110313326
Binary10010001101101010010110011010111001000110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483629; }

 p { color: rgb(72,54,41); }

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

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

 a { background-color: rgb(72,54,41); }

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

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

 span { border-color: rgb(72,54,41); }

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