#42382E

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

Shades of Woodburn #42382E

Tints of Woodburn #42382E

Color information

#42382E (or 0x42382E) is unknown color: approx Woodburn. HEX triplet: 42, 38 and 2E. RGB value is (66,56,46). Sum of RGB (Red+Green+Blue) = 66+56+46=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #42382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42382E is #BDC7D1. Grayscale: #393939. Windows color (decimal): -12437458 or 3029058. OLE color: 3029058.

HSL color Cylindrical-coordinate representation of color #42382E: hue angle of 30º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42382E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB665646-
CMYK00.150.300.74
HSL30º17.86%21.96%-
HSV(B)30º30.3%25.88%-
XYZ4.154.183.17-
YUV57.85121.31133.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=39.29%
G=33.33%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66564600.150.300.743017.8621.96
Hex42382E0F1E4A1e1216
Octal102705601736112362226
Binary100001011100010111001111111101001010111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42382E; }

 p { color: rgb(66,56,46); }

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

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

 a { background-color: rgb(66,56,46); }

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

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

 span { border-color: rgb(66,56,46); }

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