Html Css Color HEX #17321E Deep Fir

📋 copy color: '#17321E'

red 23 ◦ green 50 ◦ blue 30

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

Shades of Deep Fir #17321E

Tints of Deep Fir #17321E

RGB

 RED value IS 23 (9.38% from 255) = 22.33%

 GREEN value IS 50 (19.92% from 255) = 48.54%

 BLUE value IS 30 (12.11% from 255) = 29.13%

R = 22.33%
G = 48.54%
B = 29.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#17321E (or 0x17321E) is known color: Deep Fir. HEX triplet: 17, 32 and 1E. RGB value is (23,50,30). Sum of RGB (Red+Green+Blue) = 23+50+30=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #17321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17321E is #E8CDE1. Grayscale: #272727. Windows color (decimal): -15257058 or 1978903. OLE color: 1978903.

HSL color Cylindrical-coordinate representation of color #17321E: hue angle of 135.56º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #17321E is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 50 30 -
CMYK 0.54 0 0.40 0.80
HSL 135.56º 0.37% 0.14% -
HSV(B) 135.56º 0.54% 0.2% -
XYZ 1.73 2.56 1.63 -
YUV 39.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 23 50 30 0.54 0 0.40 0.80 135.56 0.37 0.14
Hex 17 32 1E 36 0 28 50 88 25 E
Octal 27 62 36 66 0 50 120 210 45 16
Binary 10111 110010 11110 110110 0 101000 1010000 10001000 100101 1110

Color Harmonies of #17321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17321E

Black with #17321E

Text Example


Text Example

White with #17321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17321E; }

 p { color: rgb(23,50,30); }

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

background-color css

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

 a { background-color: rgb(23,50,30); }

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

border-color css

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

 span { border-color: rgb(23,50,30); }

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