Html Css Color HEX #113823 Deep Fir

📋 copy color: '#113823'

red 17 ◦ green 56 ◦ blue 35

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

Shades of Deep Fir #113823

Tints of Deep Fir #113823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 32.41%

R = 15.74%
G = 51.85%
B = 32.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#113823 (or 0x113823) is known color: Deep Fir. HEX triplet: 11, 38 and 23. RGB value is (17,56,35). Sum of RGB (Red+Green+Blue) = 17+56+35=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #113823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113823 is #EEC7DC. Grayscale: #292929. Windows color (decimal): -15648733 or 2308113. OLE color: 2308113.

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

Color convert

RGB 17 56 35 -
CMYK 0.70 0 0.37 0.78
HSL 147.69º 0.53% 0.14% -
HSV(B) 147.69º 0.7% 0.22% -
XYZ 1.95 3.07 2.08 -
YUV 41.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 17 56 35 0.70 0 0.37 0.78 147.69 0.53 0.14
Hex 11 38 23 46 0 25 4E 94 35 E
Octal 21 70 43 106 0 45 116 224 65 16
Binary 10001 111000 100011 1000110 0 100101 1001110 10010100 110101 1110

Color Harmonies of #113823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113823

Black with #113823

Text Example


Text Example

White with #113823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113823; }

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

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

background-color css

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

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

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

border-color css

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

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

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