Html Css Color HEX #283431 Woodsmoke

📋 copy color: '#283431'

red 40 ◦ green 52 ◦ blue 49

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

Shades of Woodsmoke #283431

Tints of Woodsmoke #283431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 28.37%
G = 36.88%
B = 34.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#283431 (or 0x283431) is known color: Woodsmoke. HEX triplet: 28, 34 and 31. RGB value is (40,52,49). Sum of RGB (Red+Green+Blue) = 40+52+49=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #283431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283431 is #D7CBCE. Grayscale: #303030. Windows color (decimal): -14142415 or 3224616. OLE color: 3224616.

HSL color Cylindrical-coordinate representation of color #283431: hue angle of 165º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #283431 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 49 -
CMYK 0.23 0 0.06 0.80
HSL 165º 0.13% 0.18% -
HSV(B) 165º 0.23% 0.2% -
XYZ 2.66 3.13 3.37 -
YUV 48.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 40 52 49 0.23 0 0.06 0.80 165 0.13 0.18
Hex 28 34 31 17 0 6 50 A5 D 12
Octal 50 64 61 27 0 6 120 245 15 22
Binary 101000 110100 110001 10111 0 110 1010000 10100101 1101 10010

Color Harmonies of #283431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283431

Black with #283431

Text Example


Text Example

White with #283431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283431; }

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

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

background-color css

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

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

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

border-color css

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

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

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