Html Css Color HEX #193521 Deep Fir

📋 copy color: '#193521'

red 25 ◦ green 53 ◦ blue 33

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

Shades of Deep Fir #193521

Tints of Deep Fir #193521

RGB

 RED value IS 25 (10.16% from 255) = 22.52%

 GREEN value IS 53 (21.09% from 255) = 47.75%

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

R = 22.52%
G = 47.75%
B = 29.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#193521 (or 0x193521) is known color: Deep Fir. HEX triplet: 19, 35 and 21. RGB value is (25,53,33). Sum of RGB (Red+Green+Blue) = 25+53+33=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #193521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193521 is #E6CADE. Grayscale: #2A2A2A. Windows color (decimal): -15125215 or 2176281. OLE color: 2176281.

HSL color Cylindrical-coordinate representation of color #193521: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193521 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 53 33 -
CMYK 0.53 0 0.38 0.79
HSL 137.14º 0.36% 0.15% -
HSV(B) 137.14º 0.53% 0.21% -
XYZ 1.95 2.86 1.89 -
YUV 42.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 25 53 33 0.53 0 0.38 0.79 137.14 0.36 0.15
Hex 19 35 21 35 0 26 4F 89 24 F
Octal 31 65 41 65 0 46 117 211 44 17
Binary 11001 110101 100001 110101 0 100110 1001111 10001001 100100 1111

Color Harmonies of #193521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193521

Black with #193521

Text Example


Text Example

White with #193521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193521; }

 p { color: rgb(25,53,33); }

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

background-color css

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

 a { background-color: rgb(25,53,33); }

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

border-color css

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

 span { border-color: rgb(25,53,33); }

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