Html Css Color HEX #490D0C Seal Brown

📋 copy color: '#490D0C'

red 73 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #490D0C

Tints of Seal Brown #490D0C

RGB

 RED value IS 73 (28.91% from 255) = 74.49%

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

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

R = 74.49%
G = 13.27%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#490D0C (or 0x490D0C) is known color: Seal Brown. HEX triplet: 49, 0D and 0C. RGB value is (73,13,12). Sum of RGB (Red+Green+Blue) = 73+13+12=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D0C is #B6F2F3. Grayscale: #1E1E1E. Windows color (decimal): -11989748 or 789833. OLE color: 789833.

HSL color Cylindrical-coordinate representation of color #490D0C: hue angle of 0.98º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490D0C is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 13 12 -
CMYK 0 0.82 0.84 0.71
HSL 0.98º 0.72% 0.17% -
HSV(B) 0.98º 0.84% 0.29% -
XYZ 2.96 1.73 0.53 -
YUV 30.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 73 13 12 0 0.82 0.84 0.71 0.98 0.72 0.17
Hex 49 D C 0 52 54 47 1 48 11
Octal 111 15 14 0 122 124 107 1 110 21
Binary 1001001 1101 1100 0 1010010 1010100 1000111 1 1001000 10001

Color Harmonies of #490D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D0C

Black with #490D0C

Text Example


Text Example

White with #490D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490D0C; }

 p { color: rgb(73,13,12); }

 H1.HeaderClassName
 {
   color: #490D0C;
 }
 .AnyTagClassName
 {
   color: #490D0C;
 }
</style>

background-color css

<style>
 a { background-color: #490D0C; }

 a { background-color: rgb(73,13,12); }

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

border-color css

<style>
 span { border-color: #490D0C; }

 span { border-color: rgb(73,13,12); }

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