#483426

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

Shades of Woodburn #483426

Tints of Woodburn #483426

Color information

#483426 (or 0x483426) is unknown color: approx Woodburn. HEX triplet: 48, 34 and 26. RGB value is (72,52,38). Sum of RGB (Red+Green+Blue) = 72+52+38=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483426 is #B7CBD9. Grayscale: #383838. Windows color (decimal): -12045274 or 2503752. OLE color: 2503752.

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

Color convert

RGB725238-
CMYK00.280.470.72
HSL24.71º30.91%21.57%-
HSV(B)24.71º47.22%28.24%-
XYZ4.253.972.38-
YUV56.38117.63139.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=44.44%
G=32.10%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72523800.280.470.7224.7130.9121.57
Hex48342601C2F48191f16
Octal110644603457110313726
Binary10010001101001001100111001011111001000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483426; }

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

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

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

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

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

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

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

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