Html Css Color HEX #511401 Brown Pod

📋 copy color: '#511401'

red 81 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #511401

Tints of Brown Pod #511401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 79.41%
G = 19.61%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#511401 (or 0x511401) is known color: Brown Pod. HEX triplet: 51, 14 and 01. RGB value is (81,20,1). Sum of RGB (Red+Green+Blue) = 81+20+1=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #511401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511401 is #AEEBFE. Grayscale: #242424. Windows color (decimal): -11463679 or 70737. OLE color: 70737.

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

Color convert

RGB 81 20 1 -
CMYK 0 0.75 0.99 0.68
HSL 14.25º 0.98% 0.16% -
HSV(B) 14.25º 0.99% 0.32% -
XYZ 3.65 2.25 0.27 -
YUV 36.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 81 20 1 0 0.75 0.99 0.68 14.25 0.98 0.16
Hex 51 14 1 0 4B 63 44 E 62 10
Octal 121 24 1 0 113 143 104 16 142 20
Binary 1010001 10100 1 0 1001011 1100011 1000100 1110 1100010 10000

Color Harmonies of #511401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511401

Black with #511401

Text Example


Text Example

White with #511401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511401; }

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

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

background-color css

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

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

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

border-color css

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

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

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