#44362A

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

Shades of Woodburn #44362A

Tints of Woodburn #44362A

Color information

#44362A (or 0x44362A) is unknown color: approx Woodburn. HEX triplet: 44, 36 and 2A. RGB value is (68,54,42). Sum of RGB (Red+Green+Blue) = 68+54+42=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #44362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44362A is #BBC9D5. Grayscale: #383838. Windows color (decimal): -12306902 or 2766404. OLE color: 2766404.

HSL color Cylindrical-coordinate representation of color #44362A: hue angle of 27.69º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44362A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB685442-
CMYK00.210.380.73
HSL27.69º23.64%21.57%-
HSV(B)27.69º38.24%26.67%-
XYZ4.124.032.75-
YUV56.82119.64135.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=41.46%
G=32.93%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68544200.210.380.7327.6923.6421.57
Hex44362A01526491c1816
Octal104665202546111343026
Binary10001001101101010100101011001101001001111001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44362A; }

 p { color: rgb(68,54,42); }

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

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

 a { background-color: rgb(68,54,42); }

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

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

 span { border-color: rgb(68,54,42); }

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