Html Css Color HEX #490B08 Seal Brown

📋 copy color: '#490B08'

red 73 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #490B08

Tints of Seal Brown #490B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.96%

 BLUE value IS 8 (3.52% from 255) = 8.7%

R = 79.35%
G = 11.96%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#490B08 (or 0x490B08) is known color: Seal Brown. HEX triplet: 49, 0B and 08. RGB value is (73,11,8). Sum of RGB (Red+Green+Blue) = 73+11+8=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B08 is #B6F4F7. Grayscale: #1D1D1D. Windows color (decimal): -11990264 or 527177. OLE color: 527177.

HSL color Cylindrical-coordinate representation of color #490B08: hue angle of 2.77º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490B08 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 11 8 -
CMYK 0 0.85 0.89 0.71
HSL 2.77º 0.8% 0.16% -
HSV(B) 2.77º 0.89% 0.29% -
XYZ 2.91 1.67 0.4 -
YUV 29.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 73 11 8 0 0.85 0.89 0.71 2.77 0.8 0.16
Hex 49 B 8 0 55 59 47 3 50 10
Octal 111 13 10 0 125 131 107 3 120 20
Binary 1001001 1011 1000 0 1010101 1011001 1000111 11 1010000 10000

Color Harmonies of #490B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B08

Black with #490B08

Text Example


Text Example

White with #490B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,11,8); }

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

background-color css

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

 a { background-color: rgb(73,11,8); }

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

border-color css

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

 span { border-color: rgb(73,11,8); }

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