Html Css Color HEX #190D0A Seal Brown

📋 copy color: '#190D0A'

red 25 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #190D0A

Tints of Seal Brown #190D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.83%

R = 52.08%
G = 27.08%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#190D0A (or 0x190D0A) is known color: Seal Brown. HEX triplet: 19, 0D and 0A. RGB value is (25,13,10). Sum of RGB (Red+Green+Blue) = 25+13+10=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D0A is #E6F2F5. Grayscale: #101010. Windows color (decimal): -15135478 or 658713. OLE color: 658713.

HSL color Cylindrical-coordinate representation of color #190D0A: hue angle of 12º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190D0A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 13 10 -
CMYK 0 0.48 0.60 0.90
HSL 12º 0.43% 0.07% -
HSV(B) 12º 0.6% 0.1% -
XYZ 0.6 0.52 0.36 -
YUV 16.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 25 13 10 0 0.48 0.60 0.90 12 0.43 0.07
Hex 19 D A 0 30 3C 5A C 2B 7
Octal 31 15 12 0 60 74 132 14 53 7
Binary 11001 1101 1010 0 110000 111100 1011010 1100 101011 111

Color Harmonies of #190D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D0A

Black with #190D0A

Text Example


Text Example

White with #190D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,13,10); }

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

background-color css

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

 a { background-color: rgb(25,13,10); }

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

border-color css

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

 span { border-color: rgb(25,13,10); }

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