Html Css Color HEX #520502 Seal Brown

📋 copy color: '#520502'

red 82 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #520502

Tints of Seal Brown #520502

RGB

 RED value IS 82 (32.42% from 255) = 92.13%

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 92.13%
G = 5.62%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#520502 (or 0x520502) is known color: Seal Brown. HEX triplet: 52, 05 and 02. RGB value is (82,5,2). Sum of RGB (Red+Green+Blue) = 82+5+2=89 (11% of max value = 765). Red value is 82 (32.42% from 255 or 92.13% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 82 - color contains mainly: red. Hex color #520502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520502 is #ADFAFD. Grayscale: #1B1B1B. Windows color (decimal): -11401982 or 132434. OLE color: 132434.

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

Color convert

RGB 82 5 2 -
CMYK 0 0.94 0.98 0.68
HSL 2.25º 0.95% 0.16% -
HSV(B) 2.25º 0.98% 0.32% -
XYZ 3.54 1.91 0.24 -
YUV 27.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 82 5 2 0 0.94 0.98 0.68 2.25 0.95 0.16
Hex 52 5 2 0 5E 62 44 2 5F 10
Octal 122 5 2 0 136 142 104 2 137 20
Binary 1010010 101 10 0 1011110 1100010 1000100 10 1011111 10000

Color Harmonies of #520502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520502

Black with #520502

Text Example


Text Example

White with #520502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520502; }

 p { color: rgb(82,5,2); }

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

background-color css

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

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

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

border-color css

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

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

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