#283530

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

Shades of Woodsmoke #283530

Tints of Woodsmoke #283530

Color information

#283530 (or 0x283530) is unknown color: approx Woodsmoke. HEX triplet: 28, 35 and 30. RGB value is (40,53,48). Sum of RGB (Red+Green+Blue) = 40+53+48=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #283530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283530 is #D7CACF. Grayscale: #303030. Windows color (decimal): -14142160 or 3159336. OLE color: 3159336.

HSL color Cylindrical-coordinate representation of color #283530: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283530 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB405348-
CMYK0.2500.090.79
HSL156.92º13.98%18.24%-
HSV(B)156.92º24.53%20.78%-
XYZ2.683.213.27-
YUV48.54127.69121.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.37%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=28.37%
G=37.59%
B=34.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053480.2500.090.79156.9213.9818.24
Hex28353019094F9de12
Octal506560310111172351622
Binary1010001101011100001100101001100111110011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283530; }

 p { color: rgb(40,53,48); }

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

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

 a { background-color: rgb(40,53,48); }

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

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

 span { border-color: rgb(40,53,48); }

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