Html Css Color HEX #170D0C Seal Brown

📋 copy color: '#170D0C'

red 23 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #170D0C

Tints of Seal Brown #170D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.08%

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

R = 47.92%
G = 27.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#170D0C (or 0x170D0C) is known color: Seal Brown. HEX triplet: 17, 0D and 0C. RGB value is (23,13,12). Sum of RGB (Red+Green+Blue) = 23+13+12=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0C is #E8F2F3. Grayscale: #0F0F0F. Windows color (decimal): -15266548 or 789783. OLE color: 789783.

HSL color Cylindrical-coordinate representation of color #170D0C: hue angle of 5.45º 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 #170D0C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 13 12 -
CMYK 0 0.43 0.48 0.91
HSL 5.45º 0.31% 0.07% -
HSV(B) 5.45º 0.48% 0.09% -
XYZ 0.56 0.5 0.41 -
YUV 15.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 23 13 12 0 0.43 0.48 0.91 5.45 0.31 0.07
Hex 17 D C 0 2B 30 5B 5 1F 7
Octal 27 15 14 0 53 60 133 5 37 7
Binary 10111 1101 1100 0 101011 110000 1011011 101 11111 111

Color Harmonies of #170D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D0C

Black with #170D0C

Text Example


Text Example

White with #170D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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