#183820

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

Shades of Deep Fir #183820

Tints of Deep Fir #183820

Color information

#183820 (or 0x183820) is unknown color: approx Deep Fir. HEX triplet: 18, 38 and 20. RGB value is (24,56,32). Sum of RGB (Red+Green+Blue) = 24+56+32=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #183820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183820 is #E7C7DF. Grayscale: #2B2B2B. Windows color (decimal): -15189984 or 2111512. OLE color: 2111512.

HSL color Cylindrical-coordinate representation of color #183820: hue angle of 135º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183820 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB245632-
CMYK0.5700.430.78
HSL135º40%15.69%-
HSV(B)135º57.14%21.96%-
XYZ2.053.131.86-
YUV43.7121.4113.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=21.43%
G=50%
B=28.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456320.5700.430.781354015.69
Hex1838203902B4E872810
Octal307040710531162075020
Binary11000111000100000111001010101110011101000011110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183820; }

 p { color: rgb(24,56,32); }

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

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

 a { background-color: rgb(24,56,32); }

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

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

 span { border-color: rgb(24,56,32); }

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