Html Css Color HEX #171414 Seal Brown

📋 copy color: '#171414'

red 23 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #171414

Tints of Seal Brown #171414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.75%

 BLUE value IS 20 (8.2% from 255) = 31.75%

R = 36.51%
G = 31.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#171414 (or 0x171414) is known color: Seal Brown. HEX triplet: 17, 14 and 14. RGB value is (23,20,20). Sum of RGB (Red+Green+Blue) = 23+20+20=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 23 - color contains mainly: red. Hex color #171414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171414 is #E8EBEB. Grayscale: #141414. Windows color (decimal): -15264748 or 1315863. OLE color: 1315863.

HSL color Cylindrical-coordinate representation of color #171414: hue angle of 0º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #171414 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 20 20 -
CMYK 0 0.13 0.13 0.91
HSL 0.07% 0.08% -
HSV(B) 0.13% 0.09% -
XYZ 0.73 0.73 0.76 -
YUV 20.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 23 20 20 0 0.13 0.13 0.91 0 0.07 0.08
Hex 17 14 14 0 D D 5B 0 7 8
Octal 27 24 24 0 15 15 133 0 7 10
Binary 10111 10100 10100 0 1101 1101 1011011 0 111 1000

Color Harmonies of #171414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171414

Black with #171414

Text Example


Text Example

White with #171414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171414; }

 p { color: rgb(23,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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