Html Css Color HEX #511E0B Brown Pod

📋 copy color: '#511E0B'

red 81 ◦ green 30 ◦ blue 11

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

Shades of Brown Pod #511E0B

Tints of Brown Pod #511E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 66.39%
G = 24.59%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#511E0B (or 0x511E0B) is known color: Brown Pod. HEX triplet: 51, 1E and 0B. RGB value is (81,30,11). Sum of RGB (Red+Green+Blue) = 81+30+11=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E0B is #AEE1F4. Grayscale: #2B2B2B. Windows color (decimal): -11461109 or 728657. OLE color: 728657.

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

Color convert

RGB 81 30 11 -
CMYK 0 0.63 0.86 0.68
HSL 16.29º 0.76% 0.18% -
HSV(B) 16.29º 0.86% 0.32% -
XYZ 3.92 2.7 0.63 -
YUV 43.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 81 30 11 0 0.63 0.86 0.68 16.29 0.76 0.18
Hex 51 1E B 0 3F 56 44 10 4C 12
Octal 121 36 13 0 77 126 104 20 114 22
Binary 1010001 11110 1011 0 111111 1010110 1000100 10000 1001100 10010

Color Harmonies of #511E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E0B

Black with #511E0B

Text Example


Text Example

White with #511E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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