Html Css Color HEX #500A02 Seal Brown

📋 copy color: '#500A02'

red 80 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #500A02

Tints of Seal Brown #500A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.87%

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

R = 86.96%
G = 10.87%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#500A02 (or 0x500A02) is known color: Seal Brown. HEX triplet: 50, 0A and 02. RGB value is (80,10,2). Sum of RGB (Red+Green+Blue) = 80+10+2=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #500A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A02 is #AFF5FD. Grayscale: #1E1E1E. Windows color (decimal): -11531774 or 133712. OLE color: 133712.

HSL color Cylindrical-coordinate representation of color #500A02: hue angle of 6.15º 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 #500A02 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 10 2 -
CMYK 0 0.87 0.98 0.69
HSL 6.15º 0.95% 0.16% -
HSV(B) 6.15º 0.98% 0.31% -
XYZ 3.43 1.93 0.25 -
YUV 30.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 80 10 2 0 0.87 0.98 0.69 6.15 0.95 0.16
Hex 50 A 2 0 57 62 45 6 5F 10
Octal 120 12 2 0 127 142 105 6 137 20
Binary 1010000 1010 10 0 1010111 1100010 1000101 110 1011111 10000

Color Harmonies of #500A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A02

Black with #500A02

Text Example


Text Example

White with #500A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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