Html Css Color HEX #1C0F09 Seal Brown

📋 copy color: '#1C0F09'

red 28 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #1C0F09

Tints of Seal Brown #1C0F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.85%

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

R = 53.85%
G = 28.85%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C0F09 (or 0x1C0F09) is known color: Seal Brown. HEX triplet: 1C, 0F and 09. RGB value is (28,15,9). Sum of RGB (Red+Green+Blue) = 28+15+9=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F09 is #E3F0F6. Grayscale: #121212. Windows color (decimal): -14938359 or 593692. OLE color: 593692.

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

Color convert

RGB 28 15 9 -
CMYK 0 0.46 0.68 0.89
HSL 18.95º 0.51% 0.07% -
HSV(B) 18.95º 0.68% 0.11% -
XYZ 0.7 0.61 0.34 -
YUV 18.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 28 15 9 0 0.46 0.68 0.89 18.95 0.51 0.07
Hex 1C F 9 0 2E 44 59 13 33 7
Octal 34 17 11 0 56 104 131 23 63 7
Binary 11100 1111 1001 0 101110 1000100 1011001 10011 110011 111

Color Harmonies of #1C0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F09

Black with #1C0F09

Text Example


Text Example

White with #1C0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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