Html Css Color HEX #1C1514 Seal Brown

📋 copy color: '#1C1514'

red 28 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #1C1514

Tints of Seal Brown #1C1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.43%

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 40.58%
G = 30.43%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#1C1514 (or 0x1C1514) is known color: Seal Brown. HEX triplet: 1C, 15 and 14. RGB value is (28,21,20). Sum of RGB (Red+Green+Blue) = 28+21+20=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1514 is #E3EAEB. Grayscale: #161616. Windows color (decimal): -14936812 or 1316124. OLE color: 1316124.

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

Color convert

RGB 28 21 20 -
CMYK 0 0.25 0.29 0.89
HSL 7.5º 0.17% 0.09% -
HSV(B) 7.5º 0.29% 0.11% -
XYZ 0.87 0.83 0.78 -
YUV 22.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 28 21 20 0 0.25 0.29 0.89 7.5 0.17 0.09
Hex 1C 15 14 0 19 1D 59 8 11 9
Octal 34 25 24 0 31 35 131 10 21 11
Binary 11100 10101 10100 0 11001 11101 1011001 1000 10001 1001

Color Harmonies of #1C1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1514

Black with #1C1514

Text Example


Text Example

White with #1C1514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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