Html Css Color HEX #500302 Seal Brown

📋 copy color: '#500302'

red 80 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #500302

Tints of Seal Brown #500302

RGB

 RED value IS 80 (31.64% from 255) = 94.12%

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

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

R = 94.12%
G = 3.53%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#500302 (or 0x500302) is known color: Seal Brown. HEX triplet: 50, 03 and 02. RGB value is (80,3,2). Sum of RGB (Red+Green+Blue) = 80+3+2=85 (11% of max value = 765). Red value is 80 (31.64% from 255 or 94.12% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 80 - color contains mainly: red. Hex color #500302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500302 is #AFFCFD. Grayscale: #191919. Windows color (decimal): -11533566 or 131920. OLE color: 131920.

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

Color convert

RGB 80 3 2 -
CMYK 0 0.96 0.98 0.69
HSL 0.77º 0.95% 0.16% -
HSV(B) 0.77º 0.98% 0.31% -
XYZ 3.35 1.77 0.22 -
YUV 25.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 80 3 2 0 0.96 0.98 0.69 0.77 0.95 0.16
Hex 50 3 2 0 60 62 45 1 5F 10
Octal 120 3 2 0 140 142 105 1 137 20
Binary 1010000 11 10 0 1100000 1100010 1000101 1 1011111 10000

Color Harmonies of #500302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500302

Black with #500302

Text Example


Text Example

White with #500302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500302; }

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

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

background-color css

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

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

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

border-color css

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

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

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