Html Css Color HEX #1C1615 Seal Brown

📋 copy color: '#1C1615'

red 28 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #1C1615

Tints of Seal Brown #1C1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.99%

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 39.44%
G = 30.99%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C1615 (or 0x1C1615) is known color: Seal Brown. HEX triplet: 1C, 16 and 15. RGB value is (28,22,21). Sum of RGB (Red+Green+Blue) = 28+22+21=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1615 is #E3E9EA. Grayscale: #171717. Windows color (decimal): -14936555 or 1381916. OLE color: 1381916.

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

Color convert

RGB 28 22 21 -
CMYK 0 0.21 0.25 0.89
HSL 8.57º 0.14% 0.1% -
HSV(B) 8.57º 0.25% 0.11% -
XYZ 0.9 0.87 0.83 -
YUV 23.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 28 22 21 0 0.21 0.25 0.89 8.57 0.14 0.1
Hex 1C 16 15 0 15 19 59 9 E A
Octal 34 26 25 0 25 31 131 11 16 12
Binary 11100 10110 10101 0 10101 11001 1011001 1001 1110 1010

Color Harmonies of #1C1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1615

Black with #1C1615

Text Example


Text Example

White with #1C1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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