Html Css Color HEX #113316 Deep Fir

📋 copy color: '#113316'

red 17 ◦ green 51 ◦ blue 22

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

Shades of Deep Fir #113316

Tints of Deep Fir #113316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

 BLUE value IS 22 (8.98% from 255) = 24.44%

R = 18.89%
G = 56.67%
B = 24.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#113316 (or 0x113316) is known color: Deep Fir. HEX triplet: 11, 33 and 16. RGB value is (17,51,22). Sum of RGB (Red+Green+Blue) = 17+51+22=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #113316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113316 is #EECCE9. Grayscale: #252525. Windows color (decimal): -15650026 or 1454865. OLE color: 1454865.

HSL color Cylindrical-coordinate representation of color #113316: hue angle of 128.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113316 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 22 -
CMYK 0.67 0 0.57 0.8
HSL 128.82º 0.5% 0.13% -
HSV(B) 128.82º 0.67% 0.2% -
XYZ 1.56 2.54 1.17 -
YUV 37.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 17 51 22 0.67 0 0.57 0.8 128.82 0.5 0.13
Hex 11 33 16 43 0 39 50 81 32 D
Octal 21 63 26 103 0 71 120 201 62 15
Binary 10001 110011 10110 1000011 0 111001 1010000 10000001 110010 1101

Color Harmonies of #113316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113316

Black with #113316

Text Example


Text Example

White with #113316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113316; }

 p { color: rgb(17,51,22); }

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

background-color css

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

 a { background-color: rgb(17,51,22); }

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

border-color css

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

 span { border-color: rgb(17,51,22); }

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