Html Css Color HEX #283531 Woodsmoke

📋 copy color: '#283531'

red 40 ◦ green 53 ◦ blue 49

#283531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #283531

Tints of Woodsmoke #283531

RGB

 RED value IS 40 (16.02% from 255) = 28.17%

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 28.17%
G = 37.32%
B = 34.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#283531 (or 0x283531) is known color: Woodsmoke. HEX triplet: 28, 35 and 31. RGB value is (40,53,49). Sum of RGB (Red+Green+Blue) = 40+53+49=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 53 - color contains mainly: green. Hex color #283531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283531 is #D7CACE. Grayscale: #303030. Windows color (decimal): -14142159 or 3224872. OLE color: 3224872.

HSL color Cylindrical-coordinate representation of color #283531: hue angle of 161.54º 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 #283531 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 49 -
CMYK 0.25 0 0.08 0.79
HSL 161.54º 0.14% 0.18% -
HSV(B) 161.54º 0.25% 0.21% -
XYZ 2.7 3.22 3.38 -
YUV 48.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 40 53 49 0.25 0 0.08 0.79 161.54 0.14 0.18
Hex 28 35 31 19 0 8 4F A2 E 12
Octal 50 65 61 31 0 10 117 242 16 22
Binary 101000 110101 110001 11001 0 1000 1001111 10100010 1110 10010

Color Harmonies of #283531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283531

Black with #283531

Text Example


Text Example

White with #283531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283531; }

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

 H1.HeaderClassName
 {
   color: #283531;
 }
 .AnyTagClassName
 {
   color: #283531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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