Html Css Color HEX #511400 Brown Pod

📋 copy color: '#511400'

red 81 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #511400

Tints of Brown Pod #511400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 80.2%
G = 19.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#511400 (or 0x511400) is known color: Brown Pod. HEX triplet: 51, 14 and 00. RGB value is (81,20,0). Sum of RGB (Red+Green+Blue) = 81+20+0=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #511400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511400 is #AEEBFF. Grayscale: #242424. Windows color (decimal): -11463680 or 5201. OLE color: 5201.

HSL color Cylindrical-coordinate representation of color #511400: hue angle of 14.81º 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 #511400 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 20 0 -
CMYK 0 0.75 1 0.68
HSL 14.81º 1% 0.16% -
HSV(B) 14.81º 1% 0.32% -
XYZ 3.64 2.25 0.24 -
YUV 35.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 81 20 0 0 0.75 1 0.68 14.81 1 0.16
Hex 51 14 0 0 4B 64 44 F 64 10
Octal 121 24 0 0 113 144 104 17 144 20
Binary 1010001 10100 0 0 1001011 1100100 1000100 1111 1100100 10000

Color Harmonies of #511400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511400

Black with #511400

Text Example


Text Example

White with #511400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511400; }

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

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

background-color css

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

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

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

border-color css

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

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

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