#483625

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

Shades of Woodburn #483625

Tints of Woodburn #483625

Color information

#483625 (or 0x483625) is unknown color: approx Woodburn. HEX triplet: 48, 36 and 25. RGB value is (72,54,37). Sum of RGB (Red+Green+Blue) = 72+54+37=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483625 is #B7C9DA. Grayscale: #393939. Windows color (decimal): -12044763 or 2438728. OLE color: 2438728.

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

Color convert

RGB725437-
CMYK00.250.490.72
HSL29.14º32.11%21.37%-
HSV(B)29.14º48.61%28.24%-
XYZ4.334.152.32-
YUV57.44116.46138.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=44.17%
G=33.13%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72543700.250.490.7229.1432.1121.37
Hex48362501931481d2015
Octal110664503161110354025
Binary100100011011010010101100111000110010001110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483625; }

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

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

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

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

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

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

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

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