Html Css Color HEX #511E09 Brown Pod

📋 copy color: '#511E09'

red 81 ◦ green 30 ◦ blue 9

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

Shades of Brown Pod #511E09

Tints of Brown Pod #511E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25%

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 67.5%
G = 25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#511E09 (or 0x511E09) is known color: Brown Pod. HEX triplet: 51, 1E and 09. RGB value is (81,30,9). Sum of RGB (Red+Green+Blue) = 81+30+9=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E09 is #AEE1F6. Grayscale: #2A2A2A. Windows color (decimal): -11461111 or 597585. OLE color: 597585.

HSL color Cylindrical-coordinate representation of color #511E09: hue angle of 17.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511E09 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 9 -
CMYK 0 0.63 0.89 0.68
HSL 17.5º 0.8% 0.18% -
HSV(B) 17.5º 0.89% 0.32% -
XYZ 3.91 2.7 0.57 -
YUV 42.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 81 30 9 0 0.63 0.89 0.68 17.5 0.8 0.18
Hex 51 1E 9 0 3F 59 44 12 50 12
Octal 121 36 11 0 77 131 104 22 120 22
Binary 1010001 11110 1001 0 111111 1011001 1000100 10010 1010000 10010

Color Harmonies of #511E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E09

Black with #511E09

Text Example


Text Example

White with #511E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E09; }

 p { color: rgb(81,30,9); }

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

background-color css

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

 a { background-color: rgb(81,30,9); }

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

border-color css

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

 span { border-color: rgb(81,30,9); }

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