Html Css Color HEX #170E0C Seal Brown

📋 copy color: '#170E0C'

red 23 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #170E0C

Tints of Seal Brown #170E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28.57%

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

R = 46.94%
G = 28.57%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#170E0C (or 0x170E0C) is known color: Seal Brown. HEX triplet: 17, 0E and 0C. RGB value is (23,14,12). Sum of RGB (Red+Green+Blue) = 23+14+12=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E0C is #E8F1F3. Grayscale: #101010. Windows color (decimal): -15266292 or 790039. OLE color: 790039.

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

Color convert

RGB 23 14 12 -
CMYK 0 0.39 0.48 0.91
HSL 10.91º 0.31% 0.07% -
HSV(B) 10.91º 0.48% 0.09% -
XYZ 0.58 0.52 0.42 -
YUV 16.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 23 14 12 0 0.39 0.48 0.91 10.91 0.31 0.07
Hex 17 E C 0 27 30 5B B 1F 7
Octal 27 16 14 0 47 60 133 13 37 7
Binary 10111 1110 1100 0 100111 110000 1011011 1011 11111 111

Color Harmonies of #170E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E0C

Black with #170E0C

Text Example


Text Example

White with #170E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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