Html Css Color HEX #510505 Seal Brown

📋 copy color: '#510505'

red 81 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #510505

Tints of Seal Brown #510505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 89.01%
G = 5.49%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#510505 (or 0x510505) is known color: Seal Brown. HEX triplet: 51, 05 and 05. RGB value is (81,5,5). Sum of RGB (Red+Green+Blue) = 81+5+5=91 (12% of max value = 765). Red value is 81 (32.03% from 255 or 89.01% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 81 - color contains mainly: red. Hex color #510505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510505 is #AEFAFA. Grayscale: #1B1B1B. Windows color (decimal): -11467515 or 329041. OLE color: 329041.

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

Color convert

RGB 81 5 5 -
CMYK 0 0.94 0.94 0.68
HSL 0.88% 0.17% -
HSV(B) 0.94% 0.32% -
XYZ 3.48 1.87 0.32 -
YUV 27.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 81 5 5 0 0.94 0.94 0.68 0 0.88 0.17
Hex 51 5 5 0 5E 5E 44 0 58 11
Octal 121 5 5 0 136 136 104 0 130 21
Binary 1010001 101 101 0 1011110 1011110 1000100 0 1011000 10001

Color Harmonies of #510505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510505

Black with #510505

Text Example


Text Example

White with #510505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510505; }

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

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

background-color css

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

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

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

border-color css

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

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

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