Html Css Color HEX #1C1311 Seal Brown

📋 copy color: '#1C1311'

red 28 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #1C1311

Tints of Seal Brown #1C1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.69%

 BLUE value IS 17 (7.03% from 255) = 26.56%

R = 43.75%
G = 29.69%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#1C1311 (or 0x1C1311) is known color: Seal Brown. HEX triplet: 1C, 13 and 11. RGB value is (28,19,17). Sum of RGB (Red+Green+Blue) = 28+19+17=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1311 is #E3ECEE. Grayscale: #151515. Windows color (decimal): -14937327 or 1119004. OLE color: 1119004.

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

Color convert

RGB 28 19 17 -
CMYK 0 0.32 0.39 0.89
HSL 10.91º 0.24% 0.09% -
HSV(B) 10.91º 0.39% 0.11% -
XYZ 0.81 0.75 0.63 -
YUV 21.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 28 19 17 0 0.32 0.39 0.89 10.91 0.24 0.09
Hex 1C 13 11 0 20 27 59 B 18 9
Octal 34 23 21 0 40 47 131 13 30 11
Binary 11100 10011 10001 0 100000 100111 1011001 1011 11000 1001

Color Harmonies of #1C1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1311

Black with #1C1311

Text Example


Text Example

White with #1C1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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