#403C30

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

Shades of Woodrush #403C30

Tints of Woodrush #403C30

Color information

#403C30 (or 0x403C30) is unknown color: approx Woodrush. HEX triplet: 40, 3C and 30. RGB value is (64,60,48). Sum of RGB (Red+Green+Blue) = 64+60+48=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C30 is #BFC3CF. Grayscale: #3B3B3B. Windows color (decimal): -12567504 or 3161152. OLE color: 3161152.

HSL color Cylindrical-coordinate representation of color #403C30: hue angle of 45º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403C30 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB646048-
CMYK00.060.250.75
HSL45º14.29%21.96%-
HSV(B)45º25%25.1%-
XYZ4.264.543.45-
YUV59.83121.33130.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=37.21%
G=34.88%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64604800.060.250.754514.2921.96
Hex403C3006194B2de16
Octal10074600631113551626
Binary10000001111001100000110110011001011101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C30; }

 p { color: rgb(64,60,48); }

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

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

 a { background-color: rgb(64,60,48); }

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

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

 span { border-color: rgb(64,60,48); }

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