Html Css Color HEX #113821 Deep Fir

📋 copy color: '#113821'

red 17 ◦ green 56 ◦ blue 33

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

Shades of Deep Fir #113821

Tints of Deep Fir #113821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 16.04%
G = 52.83%
B = 31.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#113821 (or 0x113821) is known color: Deep Fir. HEX triplet: 11, 38 and 21. RGB value is (17,56,33). Sum of RGB (Red+Green+Blue) = 17+56+33=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #113821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113821 is #EEC7DE. Grayscale: #292929. Windows color (decimal): -15648735 or 2177041. OLE color: 2177041.

HSL color Cylindrical-coordinate representation of color #113821: hue angle of 144.62º 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 #113821 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 33 -
CMYK 0.70 0 0.41 0.78
HSL 144.62º 0.53% 0.14% -
HSV(B) 144.62º 0.7% 0.22% -
XYZ 1.92 3.06 1.93 -
YUV 41.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 17 56 33 0.70 0 0.41 0.78 144.62 0.53 0.14
Hex 11 38 21 46 0 29 4E 91 35 E
Octal 21 70 41 106 0 51 116 221 65 16
Binary 10001 111000 100001 1000110 0 101001 1001110 10010001 110101 1110

Color Harmonies of #113821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113821

Black with #113821

Text Example


Text Example

White with #113821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113821; }

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

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

background-color css

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

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

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

border-color css

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

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

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