Html Css Color HEX #113318 Deep Fir

📋 copy color: '#113318'

red 17 ◦ green 51 ◦ blue 24

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

Shades of Deep Fir #113318

Tints of Deep Fir #113318

RGB

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

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

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

R = 18.48%
G = 55.43%
B = 26.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#113318 (or 0x113318) is known color: Deep Fir. HEX triplet: 11, 33 and 18. RGB value is (17,51,24). Sum of RGB (Red+Green+Blue) = 17+51+24=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #113318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113318 is #EECCE7. Grayscale: #252525. Windows color (decimal): -15650024 or 1585937. OLE color: 1585937.

HSL color Cylindrical-coordinate representation of color #113318: hue angle of 132.35º 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 #113318 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 24 -
CMYK 0.67 0 0.53 0.8
HSL 132.35º 0.5% 0.13% -
HSV(B) 132.35º 0.67% 0.2% -
XYZ 1.58 2.55 1.27 -
YUV 37.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 17 51 24 0.67 0 0.53 0.8 132.35 0.5 0.13
Hex 11 33 18 43 0 35 50 84 32 D
Octal 21 63 30 103 0 65 120 204 62 15
Binary 10001 110011 11000 1000011 0 110101 1010000 10000100 110010 1101

Color Harmonies of #113318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113318

Black with #113318

Text Example


Text Example

White with #113318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113318; }

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

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

background-color css

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

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

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

border-color css

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

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

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