Html Css Color HEX #1C1210 Seal Brown

📋 copy color: '#1C1210'

red 28 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #1C1210

Tints of Seal Brown #1C1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 16 (6.64% from 255) = 25.81%

R = 45.16%
G = 29.03%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.89

RGB Variations

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

Color information

#1C1210 (or 0x1C1210) is known color: Seal Brown. HEX triplet: 1C, 12 and 10. RGB value is (28,18,16). Sum of RGB (Red+Green+Blue) = 28+18+16=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1210 is #E3EDEF. Grayscale: #141414. Windows color (decimal): -14937584 or 1053212. OLE color: 1053212.

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

Color convert

RGB 28 18 16 -
CMYK 0 0.36 0.43 0.89
HSL 10º 0.27% 0.09% -
HSV(B) 10º 0.43% 0.11% -
XYZ 0.79 0.72 0.59 -
YUV 20.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 28 18 16 0 0.36 0.43 0.89 10 0.27 0.09
Hex 1C 12 10 0 24 2B 59 A 1B 9
Octal 34 22 20 0 44 53 131 12 33 11
Binary 11100 10010 10000 0 100100 101011 1011001 1010 11011 1001

Color Harmonies of #1C1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1210

Black with #1C1210

Text Example


Text Example

White with #1C1210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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