#423427

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

Shades of Woodburn #423427

Tints of Woodburn #423427

Color information

#423427 (or 0x423427) is unknown color: approx Woodburn. HEX triplet: 42, 34 and 27. RGB value is (66,52,39). Sum of RGB (Red+Green+Blue) = 66+52+39=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423427 is #BDCBD8. Grayscale: #363636. Windows color (decimal): -12438489 or 2569282. OLE color: 2569282.

HSL color Cylindrical-coordinate representation of color #423427: hue angle of 28.89º 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 #423427 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB665239-
CMYK00.210.410.74
HSL28.89º25.71%20.59%-
HSV(B)28.89º40.91%25.88%-
XYZ3.843.762.44-
YUV54.7119.14136.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=42.04%
G=33.12%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66523900.210.410.7428.8925.7120.59
Hex423427015294A1d1a15
Octal102644702551112353225
Binary10000101101001001110101011010011001010111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423427; }

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

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

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

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

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

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

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

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