Html Css Color HEX #500902 Seal Brown

📋 copy color: '#500902'

red 80 ◦ green 9 ◦ blue 2

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

Shades of Seal Brown #500902

Tints of Seal Brown #500902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

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

R = 87.91%
G = 9.89%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#500902 (or 0x500902) is known color: Seal Brown. HEX triplet: 50, 09 and 02. RGB value is (80,9,2). Sum of RGB (Red+Green+Blue) = 80+9+2=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #500902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500902 is #AFF6FD. Grayscale: #1D1D1D. Windows color (decimal): -11532030 or 133456. OLE color: 133456.

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

Color convert

RGB 80 9 2 -
CMYK 0 0.89 0.98 0.69
HSL 5.38º 0.95% 0.16% -
HSV(B) 5.38º 0.98% 0.31% -
XYZ 3.42 1.91 0.25 -
YUV 29.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 80 9 2 0 0.89 0.98 0.69 5.38 0.95 0.16
Hex 50 9 2 0 59 62 45 5 5F 10
Octal 120 11 2 0 131 142 105 5 137 20
Binary 1010000 1001 10 0 1011001 1100010 1000101 101 1011111 10000

Color Harmonies of #500902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500902

Black with #500902

Text Example


Text Example

White with #500902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500902; }

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

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

background-color css

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

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

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

border-color css

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

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

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