Html Css Color HEX #520302 Seal Brown

📋 copy color: '#520302'

red 82 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #520302

Tints of Seal Brown #520302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.45%

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

R = 94.25%
G = 3.45%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#520302 (or 0x520302) is known color: Seal Brown. HEX triplet: 52, 03 and 02. RGB value is (82,3,2). Sum of RGB (Red+Green+Blue) = 82+3+2=87 (11% of max value = 765). Red value is 82 (32.42% from 255 or 94.25% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 82 - color contains mainly: red. Hex color #520302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520302 is #ADFCFD. Grayscale: #1A1A1A. Windows color (decimal): -11402494 or 131922. OLE color: 131922.

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

Color convert

RGB 82 3 2 -
CMYK 0 0.96 0.98 0.68
HSL 0.75º 0.95% 0.16% -
HSV(B) 0.75º 0.98% 0.32% -
XYZ 3.52 1.86 0.23 -
YUV 26.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 82 3 2 0 0.96 0.98 0.68 0.75 0.95 0.16
Hex 52 3 2 0 60 62 44 1 5F 10
Octal 122 3 2 0 140 142 104 1 137 20
Binary 1010010 11 10 0 1100000 1100010 1000100 1 1011111 10000

Color Harmonies of #520302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520302

Black with #520302

Text Example


Text Example

White with #520302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520302; }

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

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

background-color css

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

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

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

border-color css

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

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

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