Html Css Color HEX #1C0E09 Seal Brown

📋 copy color: '#1C0E09'

red 28 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #1C0E09

Tints of Seal Brown #1C0E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 27.45%

 BLUE value IS 9 (3.91% from 255) = 17.65%

R = 54.9%
G = 27.45%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C0E09 (or 0x1C0E09) is known color: Seal Brown. HEX triplet: 1C, 0E and 09. RGB value is (28,14,9). Sum of RGB (Red+Green+Blue) = 28+14+9=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E09 is #E3F1F6. Grayscale: #111111. Windows color (decimal): -14938615 or 593436. OLE color: 593436.

HSL color Cylindrical-coordinate representation of color #1C0E09: hue angle of 15.79º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0E09 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 14 9 -
CMYK 0 0.50 0.68 0.89
HSL 15.79º 0.51% 0.07% -
HSV(B) 15.79º 0.68% 0.11% -
XYZ 0.69 0.58 0.33 -
YUV 17.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 28 14 9 0 0.50 0.68 0.89 15.79 0.51 0.07
Hex 1C E 9 0 32 44 59 10 33 7
Octal 34 16 11 0 62 104 131 20 63 7
Binary 11100 1110 1001 0 110010 1000100 1011001 10000 110011 111

Color Harmonies of #1C0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0E09

Black with #1C0E09

Text Example


Text Example

White with #1C0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,14,9); }

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

background-color css

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

 a { background-color: rgb(28,14,9); }

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

border-color css

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

 span { border-color: rgb(28,14,9); }

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