#423327

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

Shades of Woodburn #423327

Tints of Woodburn #423327

Color information

#423327 (or 0x423327) is unknown color: approx Woodburn. HEX triplet: 42, 33 and 27. RGB value is (66,51,39). Sum of RGB (Red+Green+Blue) = 66+51+39=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #423327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423327 is #BDCCD8. Grayscale: #363636. Windows color (decimal): -12438745 or 2569026. OLE color: 2569026.

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

Color convert

RGB665139-
CMYK00.230.410.74
HSL26.67º25.71%20.59%-
HSV(B)26.67º40.91%25.88%-
XYZ3.83.672.43-
YUV54.12119.47136.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 39 (15.62% from 255) = 25%
R=42.31%
G=32.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66513900.230.410.7426.6725.7120.59
Hex423327017294A1b1a15
Octal102634702751112333225
Binary10000101100111001110101111010011001010110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423327; }

 p { color: rgb(66,51,39); }

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

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

 a { background-color: rgb(66,51,39); }

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

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

 span { border-color: rgb(66,51,39); }

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