Html Css Color HEX #500B02 Seal Brown

📋 copy color: '#500B02'

red 80 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #500B02

Tints of Seal Brown #500B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.83%

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

R = 86.02%
G = 11.83%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#500B02 (or 0x500B02) is known color: Seal Brown. HEX triplet: 50, 0B and 02. RGB value is (80,11,2). Sum of RGB (Red+Green+Blue) = 80+11+2=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B02 is #AFF4FD. Grayscale: #1E1E1E. Windows color (decimal): -11531518 or 133968. OLE color: 133968.

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

Color convert

RGB 80 11 2 -
CMYK 0 0.86 0.98 0.69
HSL 6.92º 0.95% 0.16% -
HSV(B) 6.92º 0.98% 0.31% -
XYZ 3.44 1.95 0.25 -
YUV 30.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 80 11 2 0 0.86 0.98 0.69 6.92 0.95 0.16
Hex 50 B 2 0 56 62 45 7 5F 10
Octal 120 13 2 0 126 142 105 7 137 20
Binary 1010000 1011 10 0 1010110 1100010 1000101 111 1011111 10000

Color Harmonies of #500B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B02

Black with #500B02

Text Example


Text Example

White with #500B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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