#423C2A

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

Shades of Woodrush #423C2A

Tints of Woodrush #423C2A

Color information

#423C2A (or 0x423C2A) is unknown color: approx Woodrush. HEX triplet: 42, 3C and 2A. RGB value is (66,60,42). Sum of RGB (Red+Green+Blue) = 66+60+42=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C2A is #BDC3D5. Grayscale: #3B3B3B. Windows color (decimal): -12436438 or 2767938. OLE color: 2767938.

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

Color convert

RGB666042-
CMYK00.090.360.74
HSL45º22.22%21.18%-
HSV(B)45º36.36%25.88%-
XYZ4.284.562.84-
YUV59.74117.99132.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 42 (16.80% from 255) = 25%
R=39.29%
G=35.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66604200.090.360.744522.2221.18
Hex423C2A09244A2d1615
Octal102745201144112552625
Binary10000101111001010100100110010010010101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C2A; }

 p { color: rgb(66,60,42); }

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

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

 a { background-color: rgb(66,60,42); }

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

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

 span { border-color: rgb(66,60,42); }

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