Html Css Color HEX #511901 Brown Pod

📋 copy color: '#511901'

red 81 ◦ green 25 ◦ blue 1

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

Shades of Brown Pod #511901

Tints of Brown Pod #511901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.36%

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

R = 75.7%
G = 23.36%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#511901 (or 0x511901) is known color: Brown Pod. HEX triplet: 51, 19 and 01. RGB value is (81,25,1). Sum of RGB (Red+Green+Blue) = 81+25+1=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511901 is #AEE6FE. Grayscale: #272727. Windows color (decimal): -11462399 or 72017. OLE color: 72017.

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

Color convert

RGB 81 25 1 -
CMYK 0 0.69 0.99 0.68
HSL 18º 0.98% 0.16% -
HSV(B) 18º 0.99% 0.32% -
XYZ 3.75 2.45 0.3 -
YUV 39.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 81 25 1 0 0.69 0.99 0.68 18 0.98 0.16
Hex 51 19 1 0 45 63 44 12 62 10
Octal 121 31 1 0 105 143 104 22 142 20
Binary 1010001 11001 1 0 1000101 1100011 1000100 10010 1100010 10000

Color Harmonies of #511901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511901

Black with #511901

Text Example


Text Example

White with #511901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511901; }

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

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

background-color css

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

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

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

border-color css

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

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

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