Html Css Color HEX #113818 Deep Fir

📋 copy color: '#113818'

red 17 ◦ green 56 ◦ blue 24

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

Shades of Deep Fir #113818

Tints of Deep Fir #113818

RGB

 RED value IS 17 (7.03% from 255) = 17.53%

 GREEN value IS 56 (22.27% from 255) = 57.73%

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 17.53%
G = 57.73%
B = 24.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#113818 (or 0x113818) is known color: Deep Fir. HEX triplet: 11, 38 and 18. RGB value is (17,56,24). Sum of RGB (Red+Green+Blue) = 17+56+24=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #113818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113818 is #EEC7E7. Grayscale: #282828. Windows color (decimal): -15648744 or 1587217. OLE color: 1587217.

HSL color Cylindrical-coordinate representation of color #113818: hue angle of 130.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113818 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 24 -
CMYK 0.70 0 0.57 0.78
HSL 130.77º 0.53% 0.14% -
HSV(B) 130.77º 0.7% 0.22% -
XYZ 1.81 3.01 1.35 -
YUV 40.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 17 56 24 0.70 0 0.57 0.78 130.77 0.53 0.14
Hex 11 38 18 46 0 39 4E 83 35 E
Octal 21 70 30 106 0 71 116 203 65 16
Binary 10001 111000 11000 1000110 0 111001 1001110 10000011 110101 1110

Color Harmonies of #113818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113818

Black with #113818

Text Example


Text Example

White with #113818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113818; }

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

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

background-color css

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

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

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

border-color css

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

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

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