#460C08

Color #460C08 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #460C08

Tints of Seal Brown #460C08

Color information

#460C08 (or 0x460C08) is unknown color: approx Seal Brown. HEX triplet: 46, 0C and 08. RGB value is (70,12,8). Sum of RGB (Red+Green+Blue) = 70+12+8=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C08 is #B9F3F7. Grayscale: #1C1C1C. Windows color (decimal): -12186616 or 527430. OLE color: 527430.

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

Color convert

RGB70128-
CMYK00.830.890.73
HSL3.87º79.49%15.29%-
HSV(B)3.87º88.57%27.45%-
XYZ2.71.580.39-
YUV28.89116.22157.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 77.78%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=77.78%
G=13.33%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7012800.830.890.733.8779.4915.29
Hex46C8053594944ff
Octal10614100123131111411717
Binary100011011001000010100111011001100100110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #460C08;
 }
 .AnyTagClassName
 {
   color: #460C08;
 }
</style>
background-color css

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

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

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

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

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

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