Html Css Color HEX #190F0C Seal Brown

📋 copy color: '#190F0C'

red 25 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #190F0C

Tints of Seal Brown #190F0C

RGB

 RED value IS 25 (10.16% from 255) = 48.08%

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

 BLUE value IS 12 (5.08% from 255) = 23.08%

R = 48.08%
G = 28.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#190F0C (or 0x190F0C) is known color: Seal Brown. HEX triplet: 19, 0F and 0C. RGB value is (25,15,12). Sum of RGB (Red+Green+Blue) = 25+15+12=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F0C is #E6F0F3. Grayscale: #111111. Windows color (decimal): -15134964 or 790297. OLE color: 790297.

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

Color convert

RGB 25 15 12 -
CMYK 0 0.40 0.52 0.90
HSL 13.85º 0.35% 0.07% -
HSV(B) 13.85º 0.52% 0.1% -
XYZ 0.64 0.57 0.43 -
YUV 17.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 25 15 12 0 0.40 0.52 0.90 13.85 0.35 0.07
Hex 19 F C 0 28 34 5A E 23 7
Octal 31 17 14 0 50 64 132 16 43 7
Binary 11001 1111 1100 0 101000 110100 1011010 1110 100011 111

Color Harmonies of #190F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F0C

Black with #190F0C

Text Example


Text Example

White with #190F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #190F0C;
 }
 .AnyTagClassName
 {
   color: #190F0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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