Html Css Color HEX #1C110D Seal Brown

📋 copy color: '#1C110D'

red 28 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #1C110D

Tints of Seal Brown #1C110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 48.28%
G = 29.31%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#1C110D (or 0x1C110D) is known color: Seal Brown. HEX triplet: 1C, 11 and 0D. RGB value is (28,17,13). Sum of RGB (Red+Green+Blue) = 28+17+13=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C110D is #E3EEF2. Grayscale: #131313. Windows color (decimal): -14937843 or 856348. OLE color: 856348.

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

Color convert

RGB 28 17 13 -
CMYK 0 0.39 0.54 0.89
HSL 16º 0.37% 0.08% -
HSV(B) 16º 0.54% 0.11% -
XYZ 0.75 0.68 0.47 -
YUV 19.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 28 17 13 0 0.39 0.54 0.89 16 0.37 0.08
Hex 1C 11 D 0 27 36 59 10 25 8
Octal 34 21 15 0 47 66 131 20 45 10
Binary 11100 10001 1101 0 100111 110110 1011001 10000 100101 1000

Color Harmonies of #1C110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C110D

Black with #1C110D

Text Example


Text Example

White with #1C110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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