Html Css Color HEX #490C04 Seal Brown

📋 copy color: '#490C04'

red 73 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #490C04

Tints of Seal Brown #490C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.48%

 BLUE value IS 4 (1.95% from 255) = 4.49%

R = 82.02%
G = 13.48%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#490C04 (or 0x490C04) is known color: Seal Brown. HEX triplet: 49, 0C and 04. RGB value is (73,12,4). Sum of RGB (Red+Green+Blue) = 73+12+4=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #490C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C04 is #B6F3FB. Grayscale: #1D1D1D. Windows color (decimal): -11990012 or 265289. OLE color: 265289.

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

Color convert

RGB 73 12 4 -
CMYK 0 0.84 0.95 0.71
HSL 6.96º 0.9% 0.15% -
HSV(B) 6.96º 0.95% 0.29% -
XYZ 2.9 1.69 0.29 -
YUV 29.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 73 12 4 0 0.84 0.95 0.71 6.96 0.9 0.15
Hex 49 C 4 0 54 5F 47 7 5A F
Octal 111 14 4 0 124 137 107 7 132 17
Binary 1001001 1100 100 0 1010100 1011111 1000111 111 1011010 1111

Color Harmonies of #490C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C04

Black with #490C04

Text Example


Text Example

White with #490C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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