Html Css Color HEX #460F08 Seal Brown

📋 copy color: '#460F08'

red 70 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #460F08

Tints of Seal Brown #460F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.13%

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

R = 75.27%
G = 16.13%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#460F08 (or 0x460F08) is known color: Seal Brown. HEX triplet: 46, 0F and 08. RGB value is (70,15,8). Sum of RGB (Red+Green+Blue) = 70+15+8=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F08 is #B9F0F7. Grayscale: #1E1E1E. Windows color (decimal): -12185848 or 528198. OLE color: 528198.

HSL color Cylindrical-coordinate representation of color #460F08: hue angle of 6.77º 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 #460F08 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 15 8 -
CMYK 0 0.79 0.89 0.73
HSL 6.77º 0.79% 0.15% -
HSV(B) 6.77º 0.89% 0.27% -
XYZ 2.74 1.66 0.41 -
YUV 30.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 70 15 8 0 0.79 0.89 0.73 6.77 0.79 0.15
Hex 46 F 8 0 4F 59 49 7 4F F
Octal 106 17 10 0 117 131 111 7 117 17
Binary 1000110 1111 1000 0 1001111 1011001 1001001 111 1001111 1111

Color Harmonies of #460F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F08

Black with #460F08

Text Example


Text Example

White with #460F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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