Html Css Color HEX #1C0D09 Seal Brown

📋 copy color: '#1C0D09'

red 28 ◦ green 13 ◦ blue 9

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

Shades of Seal Brown #1C0D09

Tints of Seal Brown #1C0D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26%

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

R = 56%
G = 26%
B = 18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C0D09 (or 0x1C0D09) is known color: Seal Brown. HEX triplet: 1C, 0D and 09. RGB value is (28,13,9). Sum of RGB (Red+Green+Blue) = 28+13+9=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0D09 is #E3F2F6. Grayscale: #111111. Windows color (decimal): -14938871 or 593180. OLE color: 593180.

HSL color Cylindrical-coordinate representation of color #1C0D09: hue angle of 12.63º 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 #1C0D09 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 13 9 -
CMYK 0 0.54 0.68 0.89
HSL 12.63º 0.51% 0.07% -
HSV(B) 12.63º 0.68% 0.11% -
XYZ 0.67 0.55 0.33 -
YUV 17.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 28 13 9 0 0.54 0.68 0.89 12.63 0.51 0.07
Hex 1C D 9 0 36 44 59 D 33 7
Octal 34 15 11 0 66 104 131 15 63 7
Binary 11100 1101 1001 0 110110 1000100 1011001 1101 110011 111

Color Harmonies of #1C0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0D09

Black with #1C0D09

Text Example


Text Example

White with #1C0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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