Html Css Color HEX #1C1716 Seal Brown

📋 copy color: '#1C1716'

red 28 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #1C1716

Tints of Seal Brown #1C1716

RGB

 RED value IS 28 (11.33% from 255) = 38.36%

 GREEN value IS 23 (9.38% from 255) = 31.51%

 BLUE value IS 22 (8.98% from 255) = 30.14%

R = 38.36%
G = 31.51%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1C1716 (or 0x1C1716) is known color: Seal Brown. HEX triplet: 1C, 17 and 16. RGB value is (28,23,22). Sum of RGB (Red+Green+Blue) = 28+23+22=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1716 is #E3E8E9. Grayscale: #181818. Windows color (decimal): -14936298 or 1447708. OLE color: 1447708.

HSL color Cylindrical-coordinate representation of color #1C1716: hue angle of 10º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1C1716 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 23 22 -
CMYK 0 0.18 0.21 0.89
HSL 10º 0.12% 0.1% -
HSV(B) 10º 0.21% 0.11% -
XYZ 0.93 0.92 0.89 -
YUV 24.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 28 23 22 0 0.18 0.21 0.89 10 0.12 0.1
Hex 1C 17 16 0 12 15 59 A C A
Octal 34 27 26 0 22 25 131 12 14 12
Binary 11100 10111 10110 0 10010 10101 1011001 1010 1100 1010

Color Harmonies of #1C1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1716

Black with #1C1716

Text Example


Text Example

White with #1C1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C1716; }

 p { color: rgb(28,23,22); }

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

background-color css

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

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

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

border-color css

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

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

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