#510601

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

Shades of Seal Brown #510601

Tints of Seal Brown #510601

Color information

#510601 (or 0x510601) is unknown color: approx Seal Brown. HEX triplet: 51, 06 and 01. RGB value is (81,6,1). Sum of RGB (Red+Green+Blue) = 81+6+1=88 (11% of max value = 765). Red value is 81 (32.03% from 255 or 92.05% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 81 - color contains mainly: red. Hex color #510601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510601 is #AEF9FE. Grayscale: #1B1B1B. Windows color (decimal): -11467263 or 67153. OLE color: 67153.

HSL color Cylindrical-coordinate representation of color #510601: hue angle of 3.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510601 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB8161-
CMYK00.930.990.68
HSL3.75º97.56%16.08%-
HSV(B)3.75º98.77%31.76%-
XYZ3.461.880.21-
YUV27.85112.85165.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 92.05%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=92.05%
G=6.82%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal816100.930.990.683.7597.5616.08
Hex516105D634446210
Octal121610135143104414220
Binary101000111010101110111000111000100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510601; }

 p { color: rgb(81,6,1); }

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

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

 a { background-color: rgb(81,6,1); }

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

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

 span { border-color: rgb(81,6,1); }

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