Html Css Color HEX #171312 Seal Brown

📋 copy color: '#171312'

red 23 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #171312

Tints of Seal Brown #171312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.67%

 BLUE value IS 18 (7.42% from 255) = 30%

R = 38.33%
G = 31.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#171312 (or 0x171312) is known color: Seal Brown. HEX triplet: 17, 13 and 12. RGB value is (23,19,18). Sum of RGB (Red+Green+Blue) = 23+19+18=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 23 - color contains mainly: red. Hex color #171312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171312 is #E8ECED. Grayscale: #141414. Windows color (decimal): -15265006 or 1184535. OLE color: 1184535.

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

Color convert

RGB 23 19 18 -
CMYK 0 0.17 0.22 0.91
HSL 12º 0.12% 0.08% -
HSV(B) 12º 0.22% 0.09% -
XYZ 0.7 0.69 0.67 -
YUV 20.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 23 19 18 0 0.17 0.22 0.91 12 0.12 0.08
Hex 17 13 12 0 11 16 5B C C 8
Octal 27 23 22 0 21 26 133 14 14 10
Binary 10111 10011 10010 0 10001 10110 1011011 1100 1100 1000

Color Harmonies of #171312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171312

Black with #171312

Text Example


Text Example

White with #171312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171312; }

 p { color: rgb(23,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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