Html Css Color HEX #511300 Brown Pod

📋 copy color: '#511300'

red 81 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #511300

Tints of Brown Pod #511300

RGB

 RED value IS 81 (32.03% from 255) = 81%

 GREEN value IS 19 (7.81% from 255) = 19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81%
G = 19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#511300 (or 0x511300) is known color: Brown Pod. HEX triplet: 51, 13 and 00. RGB value is (81,19,0). Sum of RGB (Red+Green+Blue) = 81+19+0=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #511300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511300 is #AEECFF. Grayscale: #232323. Windows color (decimal): -11463936 or 4945. OLE color: 4945.

HSL color Cylindrical-coordinate representation of color #511300: hue angle of 14.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #511300 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 0 -
CMYK 0 0.77 1 0.68
HSL 14.07º 1% 0.16% -
HSV(B) 14.07º 1% 0.32% -
XYZ 3.63 2.22 0.24 -
YUV 35.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 81 19 0 0 0.77 1 0.68 14.07 1 0.16
Hex 51 13 0 0 4D 64 44 E 64 10
Octal 121 23 0 0 115 144 104 16 144 20
Binary 1010001 10011 0 0 1001101 1100100 1000100 1110 1100100 10000

Color Harmonies of #511300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511300

Black with #511300

Text Example


Text Example

White with #511300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511300; }

 p { color: rgb(81,19,0); }

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

background-color css

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

 a { background-color: rgb(81,19,0); }

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

border-color css

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

 span { border-color: rgb(81,19,0); }

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