Html Css Color HEX #511700 Brown Pod

📋 copy color: '#511700'

red 81 ◦ green 23 ◦ blue 0

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

Shades of Brown Pod #511700

Tints of Brown Pod #511700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

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

R = 77.88%
G = 22.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#511700 (or 0x511700) is known color: Brown Pod. HEX triplet: 51, 17 and 00. RGB value is (81,23,0). Sum of RGB (Red+Green+Blue) = 81+23+0=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511700 is #AEE8FF. Grayscale: #252525. Windows color (decimal): -11462912 or 5969. OLE color: 5969.

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

Color convert

RGB 81 23 0 -
CMYK 0 0.72 1 0.68
HSL 17.04º 1% 0.16% -
HSV(B) 17.04º 1% 0.32% -
XYZ 3.7 2.36 0.26 -
YUV 37.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 81 23 0 0 0.72 1 0.68 17.04 1 0.16
Hex 51 17 0 0 48 64 44 11 64 10
Octal 121 27 0 0 110 144 104 21 144 20
Binary 1010001 10111 0 0 1001000 1100100 1000100 10001 1100100 10000

Color Harmonies of #511700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511700

Black with #511700

Text Example


Text Example

White with #511700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511700; }

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

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

background-color css

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

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

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

border-color css

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

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

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