Html Css Color HEX #460808 Seal Brown

📋 copy color: '#460808'

red 70 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #460808

Tints of Seal Brown #460808

RGB

 RED value IS 70 (27.73% from 255) = 81.4%

 GREEN value IS 8 (3.52% from 255) = 9.3%

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

R = 81.4%
G = 9.3%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#460808 (or 0x460808) is known color: Seal Brown. HEX triplet: 46, 08 and 08. RGB value is (70,8,8). Sum of RGB (Red+Green+Blue) = 70+8+8=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460808 is #B9F7F7. Grayscale: #1A1A1A. Windows color (decimal): -12187640 or 526406. OLE color: 526406.

HSL color Cylindrical-coordinate representation of color #460808: hue angle of 0º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460808 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 8 8 -
CMYK 0 0.89 0.89 0.73
HSL 0.79% 0.15% -
HSV(B) 0.89% 0.27% -
XYZ 2.66 1.49 0.38 -
YUV 26.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 70 8 8 0 0.89 0.89 0.73 0 0.79 0.15
Hex 46 8 8 0 59 59 49 0 4F F
Octal 106 10 10 0 131 131 111 0 117 17
Binary 1000110 1000 1000 0 1011001 1011001 1001001 0 1001111 1111

Color Harmonies of #460808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460808

Black with #460808

Text Example


Text Example

White with #460808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460808; }

 p { color: rgb(70,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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