#443225

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

Shades of Woodburn #443225

Tints of Woodburn #443225

Color information

#443225 (or 0x443225) is unknown color: approx Woodburn. HEX triplet: 44, 32 and 25. RGB value is (68,50,37). Sum of RGB (Red+Green+Blue) = 68+50+37=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #443225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443225 is #BBCDDA. Grayscale: #353535. Windows color (decimal): -12307931 or 2437700. OLE color: 2437700.

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

Color convert

RGB685037-
CMYK00.260.460.73
HSL25.16º29.52%20.59%-
HSV(B)25.16º45.59%26.67%-
XYZ3.863.642.25-
YUV53.9118.46138.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=43.87%
G=32.26%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68503700.260.460.7325.1629.5220.59
Hex44322501A2E49191e15
Octal104624503256111313625
Binary10001001100101001010110101011101001001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443225; }

 p { color: rgb(68,50,37); }

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

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

 a { background-color: rgb(68,50,37); }

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

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

 span { border-color: rgb(68,50,37); }

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