#42362B

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

Shades of Woodburn #42362B

Tints of Woodburn #42362B

Color information

#42362B (or 0x42362B) is unknown color: approx Woodburn. HEX triplet: 42, 36 and 2B. RGB value is (66,54,43). Sum of RGB (Red+Green+Blue) = 66+54+43=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42362B is #BDC9D4. Grayscale: #383838. Windows color (decimal): -12437973 or 2831938. OLE color: 2831938.

HSL color Cylindrical-coordinate representation of color #42362B: hue angle of 28.7º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42362B is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB665443-
CMYK00.180.350.74
HSL28.7º21.1%21.37%-
HSV(B)28.7º34.85%25.88%-
XYZ43.972.84-
YUV56.33120.48134.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=40.49%
G=33.13%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66544300.180.350.7428.721.121.37
Hex42362B012234A1d1515
Octal102665302243112352525
Binary10000101101101010110100101000111001010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42362B; }

 p { color: rgb(66,54,43); }

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

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

 a { background-color: rgb(66,54,43); }

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

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

 span { border-color: rgb(66,54,43); }

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