Html Css Color HEX #170F0C Seal Brown

📋 copy color: '#170F0C'

red 23 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #170F0C

Tints of Seal Brown #170F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30%

 BLUE value IS 12 (5.08% from 255) = 24%

R = 46%
G = 30%
B = 24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#170F0C (or 0x170F0C) is known color: Seal Brown. HEX triplet: 17, 0F and 0C. RGB value is (23,15,12). Sum of RGB (Red+Green+Blue) = 23+15+12=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F0C is #E8F0F3. Grayscale: #111111. Windows color (decimal): -15266036 or 790295. OLE color: 790295.

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

Color convert

RGB 23 15 12 -
CMYK 0 0.35 0.48 0.91
HSL 16.36º 0.31% 0.07% -
HSV(B) 16.36º 0.48% 0.09% -
XYZ 0.59 0.55 0.42 -
YUV 17.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 23 15 12 0 0.35 0.48 0.91 16.36 0.31 0.07
Hex 17 F C 0 23 30 5B 10 1F 7
Octal 27 17 14 0 43 60 133 20 37 7
Binary 10111 1111 1100 0 100011 110000 1011011 10000 11111 111

Color Harmonies of #170F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F0C

Black with #170F0C

Text Example


Text Example

White with #170F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170F0C; }

 p { color: rgb(23,15,12); }

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

background-color css

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

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

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

border-color css

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

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

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