Html Css Color HEX #1C1412 Seal Brown

📋 copy color: '#1C1412'

red 28 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #1C1412

Tints of Seal Brown #1C1412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 42.42%
G = 30.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#1C1412 (or 0x1C1412) is known color: Seal Brown. HEX triplet: 1C, 14 and 12. RGB value is (28,20,18). Sum of RGB (Red+Green+Blue) = 28+20+18=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1412 is #E3EBED. Grayscale: #161616. Windows color (decimal): -14937070 or 1184796. OLE color: 1184796.

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

Color convert

RGB 28 20 18 -
CMYK 0 0.29 0.36 0.89
HSL 12º 0.22% 0.09% -
HSV(B) 12º 0.36% 0.11% -
XYZ 0.84 0.79 0.68 -
YUV 22.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 28 20 18 0 0.29 0.36 0.89 12 0.22 0.09
Hex 1C 14 12 0 1D 24 59 C 16 9
Octal 34 24 22 0 35 44 131 14 26 11
Binary 11100 10100 10010 0 11101 100100 1011001 1100 10110 1001

Color Harmonies of #1C1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1412

Black with #1C1412

Text Example


Text Example

White with #1C1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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