Html Css Color HEX #113319 Deep Fir

📋 copy color: '#113319'

red 17 ◦ green 51 ◦ blue 25

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

Shades of Deep Fir #113319

Tints of Deep Fir #113319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 18.28%
G = 54.84%
B = 26.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#113319 (or 0x113319) is known color: Deep Fir. HEX triplet: 11, 33 and 19. RGB value is (17,51,25). Sum of RGB (Red+Green+Blue) = 17+51+25=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #113319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113319 is #EECCE6. Grayscale: #252525. Windows color (decimal): -15650023 or 1651473. OLE color: 1651473.

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

Color convert

RGB 17 51 25 -
CMYK 0.67 0 0.51 0.8
HSL 134.12º 0.5% 0.13% -
HSV(B) 134.12º 0.67% 0.2% -
XYZ 1.59 2.56 1.33 -
YUV 37.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 17 51 25 0.67 0 0.51 0.8 134.12 0.5 0.13
Hex 11 33 19 43 0 33 50 86 32 D
Octal 21 63 31 103 0 63 120 206 62 15
Binary 10001 110011 11001 1000011 0 110011 1010000 10000110 110010 1101

Color Harmonies of #113319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113319

Black with #113319

Text Example


Text Example

White with #113319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113319; }

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

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

background-color css

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

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

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

border-color css

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

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

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