#423326

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

Shades of Woodburn #423326

Tints of Woodburn #423326

Color information

#423326 (or 0x423326) is unknown color: approx Woodburn. HEX triplet: 42, 33 and 26. RGB value is (66,51,38). Sum of RGB (Red+Green+Blue) = 66+51+38=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423326 is #BDCCD9. Grayscale: #363636. Windows color (decimal): -12438746 or 2503490. OLE color: 2503490.

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

Color convert

RGB665138-
CMYK00.230.420.74
HSL27.86º26.92%20.39%-
HSV(B)27.86º42.42%25.88%-
XYZ3.783.672.34-
YUV54118.97136.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=42.58%
G=32.90%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66513800.230.420.7427.8626.9220.39
Hex4233260172A4A1c1b14
Octal102634602752112343324
Binary10000101100111001100101111010101001010111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423326; }

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

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

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

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

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

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

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

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