Html Css Color HEX #510501 Seal Brown

📋 copy color: '#510501'

red 81 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #510501

Tints of Seal Brown #510501

RGB

 RED value IS 81 (32.03% from 255) = 93.1%

 GREEN value IS 5 (2.34% from 255) = 5.75%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 93.1%
G = 5.75%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#510501 (or 0x510501) is known color: Seal Brown. HEX triplet: 51, 05 and 01. RGB value is (81,5,1). Sum of RGB (Red+Green+Blue) = 81+5+1=87 (11% of max value = 765). Red value is 81 (32.03% from 255 or 93.10% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 81 - color contains mainly: red. Hex color #510501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510501 is #AEFAFE. Grayscale: #1B1B1B. Windows color (decimal): -11467519 or 66897. OLE color: 66897.

HSL color Cylindrical-coordinate representation of color #510501: hue angle of 3º 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 #510501 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 5 1 -
CMYK 0 0.94 0.99 0.68
HSL 0.98% 0.16% -
HSV(B) 0.99% 0.32% -
XYZ 3.45 1.86 0.21 -
YUV 27.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 81 5 1 0 0.94 0.99 0.68 3 0.98 0.16
Hex 51 5 1 0 5E 63 44 3 62 10
Octal 121 5 1 0 136 143 104 3 142 20
Binary 1010001 101 1 0 1011110 1100011 1000100 11 1100010 10000

Color Harmonies of #510501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510501

Black with #510501

Text Example


Text Example

White with #510501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510501; }

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

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

background-color css

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

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

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

border-color css

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

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

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