Html Css Color HEX #1C1413 Seal Brown

📋 copy color: '#1C1413'

red 28 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #1C1413

Tints of Seal Brown #1C1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.85%

 BLUE value IS 19 (7.81% from 255) = 28.36%

R = 41.79%
G = 29.85%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#1C1413 (or 0x1C1413) is known color: Seal Brown. HEX triplet: 1C, 14 and 13. RGB value is (28,20,19). Sum of RGB (Red+Green+Blue) = 28+20+19=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1413 is #E3EBEC. Grayscale: #161616. Windows color (decimal): -14937069 or 1250332. OLE color: 1250332.

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

Color convert

RGB 28 20 19 -
CMYK 0 0.29 0.32 0.89
HSL 6.67º 0.19% 0.09% -
HSV(B) 6.67º 0.32% 0.11% -
XYZ 0.85 0.79 0.72 -
YUV 22.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 28 20 19 0 0.29 0.32 0.89 6.67 0.19 0.09
Hex 1C 14 13 0 1D 20 59 7 13 9
Octal 34 24 23 0 35 40 131 7 23 11
Binary 11100 10100 10011 0 11101 100000 1011001 111 10011 1001

Color Harmonies of #1C1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1413

Black with #1C1413

Text Example


Text Example

White with #1C1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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