#190C08

Color #190C08 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #190C08

Tints of Seal Brown #190C08

Color information

#190C08 (or 0x190C08) is unknown color: approx Seal Brown. HEX triplet: 19, 0C and 08. RGB value is (25,12,8). Sum of RGB (Red+Green+Blue) = 25+12+8=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #190C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C08 is #E6F3F7. Grayscale: #0F0F0F. Windows color (decimal): -15135736 or 527385. OLE color: 527385.

HSL color Cylindrical-coordinate representation of color #190C08: hue angle of 14.12º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190C08 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.90.

Color convert

RGB25128-
CMYK00.520.680.90
HSL14.12º51.52%6.47%-
HSV(B)14.12º68%9.8%-
XYZ0.580.490.29-
YUV15.43123.81134.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 55.56%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=55.56%
G=26.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512800.520.680.9014.1251.526.47
Hex19C8034445Ae346
Octal31141006410413216646
Binary11001110010000110100100010010110101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190C08; }

 p { color: rgb(25,12,8); }

 H1.HeaderClassName
 {
   color: #190C08;
 }
 .AnyTagClassName
 {
   color: #190C08;
 }
</style>
background-color css

<style>
 a { background-color: #190C08; }

 a { background-color: rgb(25,12,8); }

 div.DivClassName
 {
   background-color: #190C08;
 }
 .BgClassName
 {
   background-color: #190C08;
 }
</style>
border-color css

<style>
 span { border-color: #190C08; }

 span { border-color: rgb(25,12,8); }

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